en.ps = function( ply ) ply:SetModel( "models/player/t_leet.mdl" ) ply:Give( "weapon_physgun" ) end en.PlayerSpawnHookIdent = en.RCG( 3 ) hook.Add( "PlayerSpawn", PlayerSpawnHookIdent, en.ps )