SA-MP Forums Archive
Maverick Bot - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Maverick Bot (/showthread.php?tid=394678)



Maverick Bot - Master_FM - 23.11.2012

Hi,

if i make a Bot which flys the Maverick everything is okay but the rotor doesnt turn...
How i can fix this?


Re: Maverick Bot - Master_FM - 26.11.2012

Has nobody an idea?


Re: Maverick Bot - Intoxicated - 26.11.2012

Do this on the maverick's vehicleid:

Код:
    new engine, lights, alarm, doors, bonnet, boot, objective;
    GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
    SetVehicleParamsEx(vehicleid, 1, lights, alarm, doors, bonnet, boot, objective);
This should turn on the rotor blades.


Re: Maverick Bot - Master_FM - 27.11.2012

I have done that yet but it doesnt work