• weapon_mad_sniper holdtype problems
    3 replies, posted
I fixed this, can an admin lock this thread down??? EDIT My browser fucked up and it ended up giving the thread a youtube icon instead of the question icon, sorry, so sorry.
Have you looked at the code? Maybe it says [code]SWEP.HoldType = "Pistol"[/code] in the code? - Might be dumb.
You need to move SWEP.HoldType to shared.lua and out of any if SERVER and if CLIENT conditionals.
[QUOTE=Busymonkey;21795003]Have you looked at the code? Maybe it says [code]SWEP.HoldType = "Pistol"[/code] in the code? - Might be dumb.[/QUOTE] All the snipers have the following thing typed in SWEP.HoldType and its moved to shared.lua in all SWEPs. [code]SWEP.HoldType = "ar2"[/code] [editline]08:28PM[/editline] [QUOTE=MakeR;21795019]You need to move SWEP.HoldType to shared.lua and out of any if SERVER and if CLIENT conditionals.[/QUOTE] Thats what I tried. But it ends up giving me errors, mostly about the function not being ended but I've ended all the functions.
Sorry, you need to Log In to post a reply to this thread.