Hi sorry for the stupid question but could someone tell me how i would increase the punch o meter limit and recharge time for a certain user group . Thanks for the help
propspec.lua, in gamemodes folder.
[lua]
pr.retime = CurTime() + propspec_retime:GetFloat()[/lua]
[lua] pr.punches = math.max(pr.punches - 1, 0)
ply:SetNWFloat("specpunches", pr.punches / pr.max)[/lua]
Add if usergroup checks onto these and change em accordingly.
Sorry, you need to Log In to post a reply to this thread.