06.11.2010, 13:05
You can fix that problem in few seconds.
Go to /gps command and paste
And under the OnPlayerEnterCheckpoint Callback paste ( THE CODE MUST BE ON TOP! )
And that's it.
Go to /gps command and paste
Код:
SetPVarInt(playerid, "Gps_Checkpoint", 1);
Код:
if(GetPVarInt(playerid, "Gps_Checkpoint" ) == 1) { DisablePlayerCheckpoint(playerid); SetPVarInt(playerid, "Gps_Checkpoint", 0); return 1; }