19.04.2012, 18:50
line 145: you should add the second button after "Select", if you want it blank type "", example:
line 617:
line 624, 643, 663, 684, 704, 725, 746: same as line 145.
line 676: take a look here.
pawn Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "List 1\nList 2\nList 3", "Select", "");
pawn Код:
new Float: Armour;
GetPlayerArmour(playerid, Armour);
SetPlayerArmour(playerid, Armour + 10.0);
line 676: take a look here.