Post: walking loadestar EDITED
10-20-2014, 12:42 PM #1
koekblik2
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); so i made like a walking loadestar Needa(with some things from the real one) but it has like a timer so you have to be fast but it works though Enzo so here you go... and no i'm not the best coder (just started) so maybe there is a easier way but it works and i think it's for every menu Happy (real one freezes for me) you can use that noclip in your menu Smile

Credits:
Shark for walkingloadstar
and noclip i don't know who made that but thanks Smile


    
donoclip()
{
if(self.donoclip==0)
{
self.donoclip=1;
self thread Noclip();
self iPrintln("Noclip [^2ON^7]");
}
else
{
self.donoclip=0;
self notify("stop_noclip");
self unlink();
self.originObj delete();
self iPrintln("Noclip [^1OFF^7]");
}
}
Noclip()
{
self endon("stop_noclip");
self.originObj = spawn( "script_origin", self.origin, 1 );
self.originObj.angles = self.angles;
self playerlinkto( self.originObj, undefined );
for(;Winky Winky
{
if( self sprintbuttonpressed())
{
normalized = anglesToForward( self getPlayerAngles() );
scaled = vectorScale( normalized, 20 );
originpos = self.origin + scaled;
self.originObj.origin = originpos;
}
else if(self meleeButtonPressed())
{

}
wait .05;
}
}
walkingLoadestar()
{
self iprintln("^1You have 6 Seconds to start Loadestar be fast!");
UFO = spawn("script_model",self.origin);
wait 1;
self endon("death");
self GiveKillstreak("killstreak_remote_mortar");
self iprintln("^1Walking AC-130 Given... Enjoy");
wait 5;
self playerLinkTo(UFO);
self thread Noclip();
wait 0.5;
self unlink();
self notify("stop_noclip");
}
Last edited by koekblik2 ; 10-20-2014 at 02:56 PM.

The following 2 users groaned at koekblik2 for this awful post:

Miyata, Script Kiddie
10-20-2014, 12:48 PM #2
Originally posted by koekblik2 View Post
so i made like a walking loadestar Needa(with some things from the real one) but it has like a timer so you have to be fast but it works though Enzo so here you go... and no i'm not the best coder (just started) so maybe there is a easier way but it works and i think it's for every menu Happy (real one freezes for me)


    walkingLoadestar()
{
self iprintln("^1You have 6 Seconds to start Loadestar be fast!");
UFO = spawn("script_model",self.origin);
wait 1;
self endon("death");
self GiveKillstreak("killstreak_remote_mortar");
self iprintln("^1Walking AC-130 Given... Enjoy");
wait 5;
self playerLinkTo(UFO);
self thread Noclip();
wait 0.5;
self unlink();
self notify("stop_noclip");
}

this does not require a new thread, next time consider putting it in the GSC Scripts thread, its Sticky'd for a reason.
10-20-2014, 12:49 PM #3
koekblik2
Do a barrel roll!
ye but if someone could make a number 3 that would be great, but i will do that in the future Smile
10-20-2014, 01:38 PM #4
seb5594
Proud Former Admin
Originally posted by koekblik2 View Post
so i made like a walking loadestar Needa(with some things from the real one) but it has like a timer so you have to be fast but it works though Enzo so here you go... and no i'm not the best coder (just started) so maybe there is a easier way but it works and i think it's for every menu Happy (real one freezes for me)


    walkingLoadestar()
{
self iprintln("^1You have 6 Seconds to start Loadestar be fast!");
UFO = spawn("script_model",self.origin);
wait 1;
self endon("death");
self GiveKillstreak("killstreak_remote_mortar");
self iprintln("^1Walking AC-130 Given... Enjoy");
wait 5;
self playerLinkTo(UFO);
self thread Noclip();
wait 0.5;
self unlink();
self notify("stop_noclip");
}


You missed some scripts/credits Oo
10-20-2014, 02:45 PM #5
koekblik2
Do a barrel roll!
o yeah now you say it that's freaking right haha
10-20-2014, 04:05 PM #6
PureGoldMod
Do a barrel roll!
Originally posted by koekblik2 View Post
o yeah now you say it that's freaking right haha


We no speak el ghetto

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo