New Callbacks?
#1

Whats the callbacks for engine on and off, lights, truck, bonnet, etc. Basically what is all the new 0.3c callbacks.
Reply
#2

Hello?
Reply
#3

there are no new callbacks
Reply
#4

There aren't any callbacks for that, but there are new functions for it.

GetVehicleParamsEx
SetVehicleParamsEx
Reply
#5

Wait so how do i turn engine on and off and lights on and off, and hoods, and trunks.

Is it like this for engine on?

new engine,lights,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(vid,engine,lights,alarm,doors,b onnet,boot,objective);
SetVehicleParamsEx(vehicleid,1,lights,alarm,doors, bonnet,boot,objective);

And Off

new engine,lights,alarm,doors,bonnet,boot,objective;
GetVehicleParamsEx(vid,engine,lights,alarm,doors,b onnet,boot,objective);
SetVehicleParamsEx(vehicleid,0,lights,alarm,doors, bonnet,boot,objective);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)