Dialog Problems ...
#1

SOLVED
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=249644
Reply
#3

Quote:
Originally Posted by Anteino
Посмотреть сообщение
What is this ?! xD BTW: don't work
Reply
#4

OKay whats you showPlayerDialog copy this line and give it 2 me pls. I think the fault is in the show player dialog line ^^
Reply
#5

Quote:
Originally Posted by [DR]Reaper[GEARS]
Посмотреть сообщение
OKay whats you showPlayerDialog copy this line and give it 2 me pls. I think the fault is in the show player dialog line ^^
ah ok here it is:

pawn Код:
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");
Reply
#6

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 ^^
Reply
#7

Quote:
Originally Posted by [DR]Reaper[GEARS]
Посмотреть сообщение
okay found ^^
pawn Код:
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");
use this

pawn Код:
ShowPlayerDialog(playerid,MakeFire,DIALOG_STYLE_LIST,"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 ^^
DAMN >_< still don't work ;-/
Reply
#8

Quote:
Originally Posted by [DR]Reaper[GEARS]
Посмотреть сообщение
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 ^^
No you don't I use \n all the time.

Try this:

pawn Код:
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");
Reply
#9

Quote:
Originally Posted by Tee
Посмотреть сообщение
No you don't I use \n all the time.

Try this:

pawn Код:
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");
OMG ... Why it still doesn't work ??! WTF dude ... it's a bug ??
Or it just can't a SendClientMessage() in a OnDialogResponse()
lol
Reply
#10

No you can't and what are the IDs for "MakeFire" and "Backup"?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)