Hello there, guys, i have a little problem with the ParamsEx, i create some cars to a faccion and i used the ParamsEx
i created a command to engine, lights etc... it works correctly, but when the car respawn, i can't use the commands for the cars, i don't know what i have done bad, or what is the problem... some help? thx
Code:
VehTaxi[15] = AddStaticVehicleEx(438, -1822.5042, 16.9860, 14.9860, 89.9354, -1, -1,180); // SF
GetVehicleParamsEx(VehTaxi[0], engine, lights, alarm, doors, bonnet, boot, objective);
SetVehicleParamsEx(VehTaxi[0], 0, 0, 0, 0, 0, 0, 0);