So.. you're making a CLEO and hate it to restart your Gta Sa all the time to test the new .cs?
Well, here's the solution:
0AB1: @RESTART 1 WITH_KEY 88 // KEY_X
Paste that function in the main loop of your cleo, now when u press X ingame, the new .cs gets loaded.
++ RENAME YOUR CLEO MOD TO: TEST.CS
Well, here's the solution:
0AB1: @RESTART 1 WITH_KEY 88 // KEY_X
Paste that function in the main loop of your cleo, now when u press X ingame, the new .cs gets loaded.
++ RENAME YOUR CLEO MOD TO: TEST.CS
Code:
:RESTART
IF
0AB0: 0@
THEN
REPEAT
WAIT 0
PRINT "~R~RESTART: ~w~TEST.CS" 100
UNTIL 8AB0: 0@
0A92: RESTART "TEST.CS"
004E: STOP THIS CLEO
END
0AB2: 0