• swep help
    4 replies, posted
Hey guys I'm making a SWEP and i was wondering is there any way to remove the css crosshair? The base I'm using is weapon_cs_base. Thx in advance Dave
maybe SWEP.DrawCrosshair = false
No i tried that all it did was add/remove the HL2 crosshair.
[lua]function SWEP:HUDPaint() end[/lua] I think it was HUDPaint, otherwise try DrawHUD
Thank you Tobba the code worked fine. It was [LUA] function SWEP:DrawHUD() end [/LUA]
Sorry, you need to Log In to post a reply to this thread.