• How do u toggle LeErOy'S BulletTime v1?
    8 replies, posted
how do u make this toggleable cause i hate to keep holding the button all the time any source of coding u guys can give me? [url]http://www.garrysmod.org/downloads/?a=view&id=113287[/url] thats the link if u r wondering its new.
bind key +bullettime to make it toggle just put +bullettime
Accually I want it to keep it toggle while binded to a key i just dont want to type it in console all the time any other suggetions?
alias toggle "bullettimetoggle; alias bullettimetoggle toggleoff" alias bullettimetoggle "+bullettime" alias toggleoff "-bullettime; alias bullettimetoggle +bullettime" Didn't test it but it should work just bind a key to toggle
uh do i put it in lua or console?
That code won't work, Game Zombie. Try this instead: [code] alias BTOn "+bullettime;alias BTToggle BTOff" alias BTOff "-bullettime; alias BTToggle BTOn" alias BTToggle "BTon" bind <Key> BTToggle [/code] Put that in garrysmod/garrysmod/cfg/autoexec.cfg
does it matter if its autoexec.cfg or no cause i put it in config_default. couldnt find autoexec.cfg.
Then create autoexec.cfg and put it in there...
kk
Sorry, you need to Log In to post a reply to this thread.