• TUTORIAL making and using a 180 script
    7 replies, posted
[video=youtube;z40H2AAg4hI]https://www.youtube.com/watch?v=z40H2AAg4hI[/video] A quick lua tutorial on how to make a 180 script good for propsurfing. Made by my good friend shim. Enjoy! :) Here is the code for the script :) [code] concommand.Add("rotate_180", function() LocalPlayer() :SetEyeAngles ( LocalPlayer():EyeAngles() + Angle( -2 * LocalPlayer():EyeAngles().p,180, 0) ) end) [/code]
Why even bother making a video for this? Or a thread, for that matter.
[QUOTE=serverwatch;47979208][video=youtube;z40H2AAg4hI]https://www.youtube.com/watch?v=z40H2AAg4hI[/video] A quick lua tutorial on how to make a 180 script good for propsurfing. Made by my good friend shim. Enjoy! :) Here is the code for the script :) [code] concommand.Add("rotate_180", function() LocalPlayer() :SetEyeAngles ( LocalPlayer():EyeAngles() + Angle( -2 * LocalPlayer():EyeAngles().p,180, 0) ) end) [/code][/QUOTE] or they could just y'know, use noobler or falcos or one of the countless other propkill scripts that has 180 binds built in
[QUOTE=Greetings;47979276]Why even bother making a video for this? Or a thread, for that matter.[/QUOTE] It is for propkillers/propsurfers and it is quite a easy/fun thing to make. [editline]17th June 2015[/editline] [QUOTE=legendofrobbo;47985933]or they could just y'know, use noobler or falcos or one of the countless other propkill scripts that has 180 binds built in[/QUOTE] Just as a fun project to do in your spare time.
Well yeah, the actual logic is one line of code :p
[QUOTE=Exho;47988760]Well yeah, the actual logic is one line of code :p[/QUOTE] Yes it is a very basic, but powerful script.
this is pretty unrelated but you should work on your airstrafing, lower your sens and get smoother, though i'm sure gmod's air control sucks it might still help
[QUOTE=Smt;47990039]this is pretty unrelated but you should work on your airstrafing, lower your sens and get smoother, though i'm sure gmod's air control sucks it might still help[/QUOTE] it depends on settings, all propkill servers have sv_airaccelerate set high to permit proper surfing [QUOTE] Yes it is a very basic, but powerful script. [/QUOTE] i wouldn't say powerful, i surf 100% manually and i still do fine. Its generally a crutch for low/mid level propkillers, a lot of the higher level guys get rid of it so they can free a keybind up for something else
Sorry, you need to Log In to post a reply to this thread.