/quitevent command?
#1

What's a /quitevent command because my current one doesn't work?

Код:
if(strcmp(cmdtext, "/quitevent", true) == 0)
	{
		if(IsAtEvent[playerid] != 0)
		{
			SetPlayerWeapons(playerid);
			IsAtEvent[playerid] = 0;
			ResetPlayerAdminWeaponsEx(playerid);
		}
		return 1;
	}
That's my current one and when you're in the event and you type it, nothing happens.
Reply


Messages In This Thread
/quitevent command? - by Mr. Despair - 17.08.2010, 03:03
Re: /quitevent command? - by RichyB - 17.08.2010, 03:31
Re: /quitevent command? - by Mr. Despair - 17.08.2010, 03:51
Re: /quitevent command? - by RichyB - 17.08.2010, 04:02
Re: /quitevent command? - by Mr. Despair - 17.08.2010, 04:25

Forum Jump:


Users browsing this thread: 1 Guest(s)