13.03.2018, 17:51
PHP код:
new bool:onCheck[MAX_PLAYERS];
public OnPlayerEnterCheckpoint(playerid)
{
if(onCheck[playerid])
{
DisablePlayerCheckpoint(playerid);
onCheck[playerid] = false;
}
return 1;
}
PHP код:
DisablePlayerCheckpoint(playerid);