01.02.2014, 08:14
A funзгo "SetPlayerCheckpoint" nгo reporta o id do checkpoint.
pawn Код:
new
bool: lol[MAX_PLAYERS]
;
SetPlayerCheckpoint(playerid, POS_X,POS_Y,POS_Z, float: size);
lol[playerid] = true;
public OnPlayerEnterCheckpoint(playerid){
if(lol[playerid]) DisablePlayerCheckpoint(playeid), lol[playerid]=false;
return true;
}