string not working...
#1

[pawn]
format(deleteveh, sizeof(deleteveh), "%d\n%d\n%d\n%d\n%d\n%d\n%d\n%d\n%d\n%d"

ShowPlayerDialog(playerid, w33zy, DIALOG_STYLE_LIST, "Delete List for vehicles", deleteveh, "sosa","<3");

yeah so ummm the string isnt show ...... :/ the writing is correct cuz the %d represents vehicle ids but list not showing y anyone?
Reply
#2

pawn Код:
ShowPlayerDialog(playerid, w33zy, DIALOG_STYLE_LIST, "Delete List for vehicles", deleteveh, "sosa", "<3");
or maybe your string is bad
format(deleteveh, sizeof(deleteveh), "%d\n%d\n%d\n%d\n%d\n%d\n%d\n%d\n%d\n%d"
IF this is the whole line than you should get errors or warnings...
Reply
#3

The string length?
Reply
#4

As Milito asked, what's the size of deleteveh? It's probably not big enough.
Reply
#5

it has more that is correct cuz it sends in link message but not working dialog
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)