17.03.2013, 08:25
pawn Код:
CMD:weaponids(playerid, params[])
{
if(PlayerDate[playerid][pAdmin] >= 5)
{
ShowPlayerDialog(playerid, use_ur_own_dialog_id, DIALOG_STYLE_MSGBOX, "Weapon ids!", "ID: 1 = Fists, ID: 2 = Golf Club.... and so on", "Exit", "");
}
else SendClientMessage(playerid, COLOR_WHITE, AdminOnly);
return 1;
}
( eg.: "ID: 1 = Fists\nID: 2 = Golf Club" )