18.03.2009, 13:36
Код:
if(strcmp(cmd, "/weapmenu", true) == 0) { if(GetPlayerInterior(playerid) != 7 )return SendClientMessage(playerid, COLOR_GREY,"You must be in /ammunation to use this command!"); return ShowMenuForPlayer(Weapons,playerid); }