10.03.2009, 19:01
hey guys i create a new FS and i need some help
i need some help that "this" work only if the player enter the checkpoint with a turismo
can someone help me?
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
if (checkpoint == Turismo) // this
{
DisablePlayerCheckpoint(playerid);
return 1;
}
}
can someone help me?