26.10.2017, 13:08
Код:
CMD:deploy(playerid, params[]) { if(PlayerClass[playerid] = AIR_TROOPER) { ShowPlayerDialog(playerid, DIALOG_DEPLOY, DIALOG_STYLE_LIST, "AirTrooper Deploy Menu", " America\n Russia\n Arabia\n France\n Australia\n Africa", "Select", "Cancel"); } else SendClientMessage(playerid, RED,"[ERROR]: {FFFFFF}You need to spawn with airtrooper class to use this command."); return 1; }