Benny/gamemodes/benny/gamemode/modules/player/sh_basic.lua

8 lines
150 B
Lua

function GM:PlayerSetModel( ply )
ply:SetModel( "models/player/group01/male_07.mdl" )
end
function GM:PlayerLoadout( ply )
ply:Give( "benny" )
end