31.05.2014, 17:20
Okay, so I want to create an admin car system, /veh for example.
I'm using AddStaticVehicleEx to add the vehicle, according to the wiki (https://sampwiki.blast.hk/wiki/AddStaticVehicleEx)
It returns the vehicle ID, but how do I get that?
Something like..
Sorry if this is a really obvious question.
Thanks for any help given.
I'm using AddStaticVehicleEx to add the vehicle, according to the wiki (https://sampwiki.blast.hk/wiki/AddStaticVehicleEx)
It returns the vehicle ID, but how do I get that?
Something like..
pawn Код:
new vehicle;
vehicle = AddStaticVehicleEx...
Thanks for any help given.