Post: code fix?
09-19-2015, 02:19 AM #1
MrMoan
Big Daddy
(adsbygoogle = window.adsbygoogle || []).push({}); i found this code in the code list on here can someone fix this iv tryed but failed
the rotor wont spawn is the problem i even made precachamodel("vehicle_mi24p_hind_desert_d_piece02");

but still nothing

thx for any help on this










Rotor Head

SpinnerHead()
{
if(level.Rototr==1)
{
self thread YourHeadm9();
level.Rototr=0;
self iprintln("ON");
}
else
{
level.Rototr=1;
self notify("AstaLaVistaBaby");
self iprintln("Off");
}
}

YourHeadm9()
{
self endon("disconnect");
self endon("death");
self endon("AstaLaVistaBaby");
Ass=spawn("script_model",self.origin +(0,0,7));
Ass setModel("vehicle_mi24p_hind_desert_d_piece02");
Ass.angles =(0,115,0);
self thread FollowMe(Ass);
self thread DeleteMe(Ass);
for(;Winky Winky
{
Ass rotateyaw(-360,2);
wait 1;
}
}

FollowMe(Over)
{
self endon("death");
self endon("AstaLaVistaBaby");
while(1)
{
Over.origin=self.origin +(0,0,85);
wait 0.05;
}
}

DeleteMe(duces)
{
self waittill("AstaLaVistaBaby");
duces delete();
}
(adsbygoogle = window.adsbygoogle || []).push({});
09-19-2015, 02:30 AM #2
FRINZ
I’m too L33T
well 1st smaller m9 and precachemodel in init()
    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(;Winky Winky
{
rotor rotateyaw(360,1);
rotor.origin=self.origin +(0,0,83);
wait 0.05;
}
}
DeleteRTR(head)
{
self waittill("stop_rotorhead");
head delete();
}
09-19-2015, 11:45 AM #3
MrMoan
Big Daddy
Originally posted by FRINZ View Post
well 1st smaller m9 and precachemodel in init()
    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(;Winky Winky
{
rotor rotateyaw(360,1);
rotor.origin=self.origin +(0,0,83);
wait 0.05;
}
}
DeleteRTR(head)
{
self waittill("stop_rotorhead");
head delete();
}


this is the right model?

precacheModel("vehicle_mi24p_hind_desert_d_piece02");
09-19-2015, 11:48 AM #4
FRINZ
I’m too L33T
yes that the model.
09-20-2015, 11:03 AM #5
MrMoan
Big Daddy
Originally posted by FRINZ View Post
yes that the model.


it still dont work bro any ideas? i reaily want this code
09-20-2015, 04:53 PM #6
Hmu on skype imhatez I help u
09-20-2015, 05:05 PM #7
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by imHaTeZ View Post
Hmu on skype imhatez I help u


d0 u d0 cfg t00 b0ss? i n33d sum h3lp pl0x
09-20-2015, 06:04 PM #8
itsSorrow
In my man cave
Originally posted by LiFe View Post
d0 u d0 cfg t00 b0ss? i n33d sum h3lp pl0x


I can help you with that.
09-20-2015, 08:06 PM #9
Exelo
Banned
Originally posted by GentleSlugger View Post
I can help you with that.


CFG inb4

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo