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

8 lines
150 B
Lua
Raw Normal View History

2023-09-13 22:15:43 -04:00
function GM:PlayerSetModel( ply )
ply:SetModel( "models/player/group01/male_07.mdl" )
end
function GM:PlayerLoadout( ply )
ply:Give( "benny" )
end