28.01.2014, 04:54
Hello.I wanna make this:
But it shows dialog
v1
v2
v3
I want to make it with car names....
PHP код:
new v1=PlayerInfo[playerid][pVeh];
new v2=PlayerInfo[playerid][pVVeh];
new v3=PlayerInfo[playerid][pVVVeh];
ShowPlayerDialog(playerid, 58, DIALOG_STYLE_LIST, "Your vehicles", "v1\nv2\nv3", "Select", "Cancel");
v1
v2
v3
I want to make it with car names....