Hi all,
I need to get "car model" in my lua script, can someone help me please?
I thought sampGetCarModel() function, but i think is not correct.
local result, carhandle = sampGetCarHandleBySampVehicleId(par)
if result then
... here need it
Edit: Ok I got it:
getCarModel(carhandle)
Thanks.
Someone knows how to get "door status" but onfoot. Thanks
I need to get "car model" in my lua script, can someone help me please?
I thought sampGetCarModel() function, but i think is not correct.
local result, carhandle = sampGetCarHandleBySampVehicleId(par)
if result then
... here need it
Edit: Ok I got it:
getCarModel(carhandle)
Thanks.
Someone knows how to get "door status" but onfoot. Thanks
Последнее редактирование модератором: