Advertisement
Guest User

DARKNESSRP CODE PT:1

a guest
Aug 3rd, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. rank_str = "Developer"
  2. rank_col = Color( 51, 204, 255 ) --Color: light blue
  3. bracket_col = Color( 51, 204, 255 )
  4. elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("developer") then
  5.  
  6. rank_str = "Head of Staff"
  7. rank_col = Color( 0, 255, 255 ) -- Color: Turquise
  8. bracket_col = Color( 0, 255, 255 )
  9. elseif ply:IsValid() and ply:IsPlayer() and ply:IsUserGroup("Head of Staff") then
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement