• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Start the engine of an npc?
#1
Hello everyone! well I have the following problem, and is that I already installed helicopter as npc and appears in the game normally, but the engine is not on, I did the following to try to turn it on but it does not work any idea? thanks c:



Code:
helicoptero1 = AddStaticVehicle(487,-2102.1294,-2237.8005,30.6250,142.4440,0,137);

? ?

GetVehicleParamsEx(helicoptero1,engine, lights, alarm, doors, bonnet, boot, objective);

SetVehicleParamsEx(helicoptero1, VEHICLE_PARAMS_ON, engine, lights, alarm, bonnet, boot, objective);
  Reply


Messages In This Thread
Start the engine of an npc? - by Boxi - 2021-04-05, 09:52 PM
RE: Start the engine of an npc? - by Pinch - 2021-04-07, 02:24 AM
RE: Start the engine of an npc? - by Boxi - 2021-04-07, 01:38 PM

Forum Jump: