How would I make this for a SWEP I'm creating? Just wondering.
Well, what are you using to shoot a bullet? You can just call that function three times at a slight delay, using a delay variable and the think hook.
[QUOTE=zerf;47698178]Well, what are you using to shoot a bullet? You can just call that function three times at a slight delay, using a delay variable and the think hook.[/QUOTE]
nvm, got a code for it to work via timers
[QUOTE=A Fghtr Pilot;47699193]nvm, got a code for it to work via timers[/QUOTE]
Wrong. You DON'T use timers in SWEPs' Primary/SecondaryAttack because it will mess up [URL="http://wiki.garrysmod.com/page/Prediction"]prediction[/URL] and make your weapon work like crap for someone with relatively high ping.
Sorry, you need to Log In to post a reply to this thread.