18.01.2016, 11:50
dude, use CreateDynamicCP instead of createcheckpoint and disablecheckpoint,,,
Example this
should be
Now get to work :P
Example this
pawn Код:
SetPlayerCheckpoint(playerid, 1432.4354,-1658.6343,13.1245, 5.0);
pawn Код:
CreateDynamicCP(1432.4354,-1658.6343,13.1245,5.0 -1,-1,-1,100.0);