02.05.2011, 16:31
(
Последний раз редактировалось Michael@Belgium; 16.05.2011 в 15:38.
)
SOLVED
OKay whats you showPlayerDialog copy this line and give it 2 me pls. I think the fault is in the show player dialog line ^^
|
ShowPlayerDialog(playerid,MakeFire,DIALOG_STYLE_LIST,"Makefire dialog:","{00A6F9}Train Station\n{F900E0}Market\n{00A6F9}Burger Shot\n{F900E0}ZIP Clothes Shop\n{00A6F9}Otto's Carshop","Makefire", "Cancel");
ShowPlayerDialog(playerid,Backup,DIALOG_STYLE_LIST,"Backup dialog","{00A6F9}Train Station\n{F900E0}Market\n{00A6F9}Burger Shot\n{F900E0}ZIP Clothes Shop\n{00A6F9}Otto's Carshop","Need Backup !", "Cancel");
okay found ^^
pawn Код:
pawn Код:
/n is only new line ^^ |
okay found ^^
ShowPlayerDialog(playerid,MakeFire,DIALOG_STYLE_LI ST,"Makefire dialog:","{00A6F9}Train Station\n{F900E0}Market\n{00A6F9}Burger Shot\n{F900E0}ZIP Clothes Shop\n{00A6F9}Otto's Carshop","Makefire", "Cancel"); use this ShowPlayerDialog(playerid,MakeFire,DIALOG_STYLE_LI ST,"Makefire dialog:","{00A6F9}Train Station\n\r{F900E0}Market\n\r{00A6F9}Burger Shot\n\r{F900E0}ZIP Clothes Shop\n\r{00A6F9}Otto's Carshop","Makefire", "Cancel"); you need a \r if you make a new "listitem" /n is only new line ^^ |
ShowPlayerDialog(playerid,MakeFire,DIALOG_STYLE_LIST,"Makefire dialog:","{00A6F9}Train Station{F900E0}\nMarket{00A6F9}\nBurger Shot{F900E0}\nZIP Clothes Shop{00A6F9}\nOtto's Carshop","Makefire", "Cancel");
ShowPlayerDialog(playerid,Backup,DIALOG_STYLE_LIST,"Backup dialog","{00A6F9}Train Station{F900E0}\nMarket{00A6F9}\nBurger Shot{F900E0}\nZIP Clothes Shop{00A6F9}\nOtto's Carshop","Need Backup !", "Cancel");
No you don't I use \n all the time.
Try this: pawn Код:
|