14.09.2012, 21:26
would be better if it will make his own ids,like in y_dialog.
Ex:
pawn Код:
ObtainCheckPointID(Array);
pawn Код:
new CPID;
public OnGameModeInit()
{
ObtainCheckPointID(CPID);
}
public OnPlayerEnterCheckpoint(playerid)
{
if(GetPlayerCheckpointType(playerid) == CPID)
{
}
}