• player starts with 100 armor on spawn?
    5 replies, posted
how do i make this happen for my server? and where should i place this code on my server?
[code]function GM:PlayerSpawn( ply ) ply:SetArmor( 100 ) end hook.Add( "PlayerSpawn", "SetArmor", spawn )[/code] lua/autorun
Bad post sorry
[QUOTE=code_gs;44025471][code]function GM:PlayerSpawn( ply ) ply:SetArmor( 100 ) end hook.Add( "PlayerSpawn", "SetArmor", spawn )[/code] lua/autorun[/QUOTE] "local function spawn(ply)"
[QUOTE=code_gs;44025471][code]function GM:PlayerSpawn( ply ) ply:SetArmor( 100 ) end hook.Add( "PlayerSpawn", "SetArmor", spawn )[/code] lua/autorun[/QUOTE] What do I name the lua file?
suckmydick.lua [highlight](User was banned for this post ("Dumb/unhelpful" - SteveUK))[/highlight]
Sorry, you need to Log In to post a reply to this thread.