Advertisement
Guest User

Untitled

a guest
Apr 7th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | None | 0 0
  1. if LocalPlayer():IsUserGroup( "tmod" ) then
  2.     groupIcon = Material("icon16/shield.png")
  3. elseif LocalPlayer():IsUserGroup( "tmodvip" ) then
  4.     groupIcon = Material("icon16/shield.png")
  5. elseif LocalPlayer():IsUserGroup( "mod" ) then
  6.     groupIcon = Material("icon16/shield.png")
  7. elseif LocalPlayer():IsUserGroup( "modvip" ) then
  8.     groupIcon = Material("icon16/shield.png")
  9. elseif LocalPlayer():IsUserGroup( "snrmod" ) then
  10.     groupIcon = Material("icon16/shield.png")
  11. elseif LocalPlayer():IsUserGroup( "admin" ) then
  12.     groupIcon = Material("icon16/shield_add.png")
  13. elseif LocalPlayer():IsUserGroup( "superadmin" ) then
  14.     groupIcon = Material("icon16/shield_add.png")
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement