Posts: 1,241
Threads: 67
Joined: Dec 2013
Quote:
Originally Posted by Bek_Loking
I have a problem with understanding people, is this how I do it:
PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid coords);
return 1;
}
Do I make a new callback for every checkpoint or?
|
You're doing good, But make sure the Coordinates have with them the checkpoint size or it won't appear.