Advertisement
Guest User

FUCK FALCOS SHIT

a guest
Aug 20th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. plyMeta.drawPlayerInfo = plyMeta.drawPlayerInfo or function(self)
  2. local pos = self:EyePos()
  3. pos.z = pos.z + 10 -- The position we want is a bit above the position of the eyes
  4. pos = pos:ToScreen()
  5. if not self:getDarkRPVar("wanted") then
  6. -- Move the text up a few pixels to compensate for the height of the text
  7. pos.y = pos.y - 50
  8. end
  9.  
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement