Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. for _,player in pairs(player.GetAll()) do
  2.     surface.SimpleText(player:GetRankText()) --NOTE: I know this probably wouldn't work because the syntax is wrong but I don't wanna look at the wiki atm.
  3. end
  4.  
  5. --Note that 'self' in our PLAYER:GetRankText() function is whoever we pass. In this case 'player' from player.GetAll(). (I use player cause it looks nicer, most people would do for _,v in pairs.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement