04.02.2012, 13:48
Hi !
Iґm working now on tune menu for my server.
I have this for show paintjob menu >
My problem is > It always send message "You donґt have supported vehicle."
Can you solve this please ? Iґll add reputation to you
Iґm working now on tune menu for my server.
I have this for show paintjob menu >
pawn Код:
new vehmodel = GetVehicleModel(GetPlayerVehicleID(playerid);
if (vehmodel != 534 || 535 || 536 || 558 || 559 || 560 || 561 || 562 || 565 || 567 || 576) return SendClientMessage(playerid, red, "Error: You donґt have supported vehicle.");
else ShowPlayerDialog(playerid, 9967, DIALOG_STYLE_LIST, "Paintjobs", "Paintjob 1\nPaintjob 2\nPaintjob 3","Select","->");
Can you solve this please ? Iґll add reputation to you