28.08.2015, 20:06
Hey guys!
I have an object attached to a vehicle:
I want to make it so that when someone presses the button 'H', the object switches from 19419 to 19420.
Is this possible? If so, How can I do it?
I have an object attached to a vehicle:
Код:
SirenC = CreateObject(19419, 10.0, 10.0, 10.0, 0, 0, 0); AttachObjectToVehicle(SirenC, SDVehicle[i], -0.032000, -0.209999, 0.829999, 0.000000, 0.000000, 0.000000);
Is this possible? If so, How can I do it?