31.07.2018, 21:47
Did u use SetPlayerTeam(playerid, 1); ?
I think on public OnPlayerEnterCheckpoint don't pass the if.
Be sure the player it's in id 1 team.
I think on public OnPlayerEnterCheckpoint don't pass the if.
Код:
public OnPlayerEnterCheckpoint(playerid) { if(GetPlayerTeam(playerid) == 1) //We don't pass it. { } return 1; }