Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function GM:PlayerInitialSpawn( ply )
  2. // Replace ply:IsAdmin() with the actual ASSMod command for grabbing the players usergroup and seeing if it's equal to admin
  3. if ply:IsAdmin() then
  4. ply:SetModel("models/player/Group01/male_07.mdl")
  5. else
  6. ply:SetModel("models/player/Group01/male_01.mdl")
  7. end
  8. endlol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement