Hidden Trailer - Enter Checkpoint not working.
#3

Did u use SetPlayerTeam(playerid, 1); ?

I think on public OnPlayerEnterCheckpoint don't pass the if.

Код:
public OnPlayerEnterCheckpoint(playerid)
{
	if(GetPlayerTeam(playerid) == 1) //We don't pass it.
	{
              
        }
        return 1;
}
Be sure the player it's in id 1 team.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)