I want to have it where everyone has one, but i have no clue how. Can anyone help?
I’m using ASSmod by the way
I want to have it where everyone has one, but i have no clue how. Can anyone help?
I’m using ASSmod by the way
-snip-
awesome, thanks
Check my post again for the updated version. I accidently left out a () after :IsAdmin().
[editline]08:31PM[/editline]
Infact, give me a box, I totally misread what you said. Add THIS to your lua/autorun/server config.
[lua]
function GiveTool(ply)
ply:Give(“gmod_tool”)
end
hook.Add( “PlayerLoadout”, “Givealltools”, GiveTool)
[/lua]