Quote:
Originally Posted by Bingo
pawn Код:
CMD:weapons(playerid, params[]) { if(PInfo[playerid][Army]) { ShowPlayerDialog(playerid, DIALOG_WEAPONS, DIALOG_STYLE_LIST, "Weapons", "AK47\nM4\nSniper Rifle", "Buy", "Cancel"); } else { SendClientMessage(playerid, COLOR_RED, "You are not an army officer!"); return 1; } }
|
Ok what about the message !!