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