19.10.2013, 05:57
You'll need to essentially used the code that is specified in your "/vehicles" menu, and place it under what is called when the player touches the checkpoint.
Код:
public OnPlayerEnterCheckpoint(playerid) { // Put the code in here, be sure to specify which checkpoint they are entering, if you have more than one. Either way, it is good practice, as you never know who might add another one in the future, and then be confused. return 1; }