30.03.2010, 20:30
I'm trying to show a menu for a player if they enter a certain checkpoint but it won't show.
When i put it in a command it works, but not when player enters the checkpoint....
When i put it in a command it works, but not when player enters the checkpoint....
Код:
else if (gCheckpoint[19] == checkpointid) { ShowMenuForPlayer(Armywepmenu, playerid); return 1; }