28.07.2012, 00:29
Well, My car function works like this and it's all ok, show me the code you are using to get the vehicleid of the car please.
Edit:Or i found one different thing from my to your code: i use bool: defines of my variables, but then you'll have to set it to true/false instead of 1/0
Edit:Or i found one different thing from my to your code: i use bool: defines of my variables, but then you'll have to set it to true/false instead of 1/0
Код:
new bool:engine, bool:lights, bool:alarm, bool:doors, bool:hood, bool:trunk, bool:objective; GetVehicleParamsEx(vid, engine, lights, alarm, doors, hood, trunk, objective);