Posts: 484
Threads: 189
Joined: Jun 2016
Reputation:
0
Sorry for BUMP.
I'll really need this. +REP if helped
Posts: 1,192
Threads: 10
Joined: Dec 2017
Reputation:
0
I'm not sure if i can help with such low amount of information provided but maybe the string isn't low enough please provide more code such as the dialogue or when the dialogue is called (show player dialogue and ondialogresponse) regarding that dialogue.
Posts: 1,168
Threads: 60
Joined: Dec 2016
Reputation:
0
Show the code under ondialogresponse. Dont bump your topic already after an hour. People Will help you when they get to it
Posts: 1,168
Threads: 60
Joined: Dec 2016
Reputation:
0
We need to see your code ondialogresponse which calls your dialoog 665.
Posts: 457
Threads: 7
Joined: Jul 2017
Quote:
Originally Posted by Hunud
Код:
CMD:vlist(playerid, params[]) return ShowPlayerDialog(playerid, 665, DIALOG_STYLE_TABLIST_HEADERS,"Vehicle List", ListOfCars(), "Ok", "");
Код:
%Car\tPrice\tID\n%s\t%d\t%s\n
I repeat, when i create 1st car its on list, but whenever i create another or another it's not added below 1st and so on.
That's all code i got.
|
PHP код:
Car\tPrice\tID\n%s\t%d\t%s\n
i think % in first was confusing the server.
Posts: 484
Threads: 189
Joined: Jun 2016
Reputation:
0
This system was made without any ondialogrespon
and i removed %s in front and box is empty.