
SpinnerHead()
{
if(self.rotorhead==0)
{
self thread startspin();
self.rotorhead=1;
self iprintln("Rotor Head ^2ON");
self setclientthirdperson(1);
}
else
{
self.rotorhead=0;
self notify("stop_rotorhead");
self iprintln("Rotor Head ^1OFF");
self setclientthirdperson(0);
}
}
startspin()
{
self endon("disconnect");
self endon("stop_rotorhead");
self endon("death");
rotor=spawn("script_model",self.origin +(0,0,83));
rotor setModel("vehicle_mi24p_hind_desert_d_piece02");
self thread DeleteRTR(rotor);
for(;
{
rotor rotateyaw(360,1);
rotor.origin=self.origin +(0,0,83);
wait 0.05;
}
}
DeleteRTR(head)
{
self waittill("stop_rotorhead");
head delete();
}
SpinnerHead()
{
if(self.rotorhead==0)
{
self thread startspin();
self.rotorhead=1;
self iprintln("Rotor Head ^2ON");
self setclientthirdperson(1);
}
else
{
self.rotorhead=0;
self notify("stop_rotorhead");
self iprintln("Rotor Head ^1OFF");
self setclientthirdperson(0);
}
}
startspin()
{
self endon("disconnect");
self endon("stop_rotorhead");
self endon("death");
rotor=spawn("script_model",self.origin +(0,0,83));
rotor setModel("vehicle_mi24p_hind_desert_d_piece02");
self thread DeleteRTR(rotor);
for(;
{
rotor rotateyaw(360,1);
rotor.origin=self.origin +(0,0,83);
wait 0.05;
}
}
DeleteRTR(head)
{
self waittill("stop_rotorhead");
head delete();
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.