11.08.2015, 23:34
If you set the objective of a vehicle to 1 using SetVehicleParamsForPlayer you can't unset it by using 0. E.g:
That will show the objective above the vehicle and on the radar. However:
That should remove the objective, but it doesn't.
Код:
SetVehicleParamsForPlayer(vehicleid, playerid, 1, 0);
Код:
SetVehicleParamsForPlayer(vehicleid, playerid, 0, 0);