21.06.2014, 23:47
Hello all, i need some help from you, im stuck, and dont know ho to doo taht, me problem is, for example :
the comes :
![](http://s12.postimg.org/om5ghzqcd/Dialog_style_list.jpg)
And how to make:
that player could have MAXIMUM 2 vehicles - truck and trailer for example
after player logout, vehicles should disapear
if player chose a truck, the truck should spawn in :
and if trailer :
HELP PLEAS
Код:
if(!strcmp("/truck",cmdtext)) { if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438)) { show dialog here } return 1; }
![](http://s12.postimg.org/om5ghzqcd/Dialog_style_list.jpg)
And how to make:
that player could have MAXIMUM 2 vehicles - truck and trailer for example
after player logout, vehicles should disapear
if player chose a truck, the truck should spawn in :
Код:
SetVehiclePos(vehicleid, X,Y,Z);
Код:
SetVehiclePos(vehicleid, X,Y,Z);