Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function GM:PlayerInitialSpawn( ply )
- // Replace ply:IsAdmin() with the actual ASSMod command for grabbing the players usergroup and seeing if it's equal to admin
- if ply:IsAdmin() then
- ply:SetModel("models/player/Group01/male_07.mdl")
- else
- ply:SetModel("models/player/Group01/male_01.mdl")
- end
- endlol
Advertisement
Add Comment
Please, Sign In to add comment