05.09.2013, 21:03
I'm wanting this command to only work in vehicle 403, I'm sure it's with IsPlayerInVehicle, but I can't get my head around how it works. Any help is appreciated, thanks.
Код:
CMD:tduty(playerid, params[])//Trucker-duty dialog { ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "Choose a route.", "Blueberry packaging.\nMainstreet ammunation.\nOff-duty (Removes the CP)", "Confirm", "Close list"); return 1; }