[Solved]ShowMenuForPlayer won't work
#1

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....




Код:
else if (gCheckpoint[19] == checkpointid)
	{
	ShowMenuForPlayer(Armywepmenu, playerid);
	return 1;
	}
Reply
#2

Are you sure you have the right checkpoint?
Reply
#3

Yes, The checkpoint is correct. I Have 2 checkpoints that i want to do the same thing, so my 2nd checkpoint is


Код:
else if (gCheckpoint[20] == checkpointid)
	{
	ShowMenuForPlayer(Armywepmenu, playerid);
	return 1;
	}

And it's the same thing, the menu won't open
Reply
#4

FIXED never mind.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)