Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function player.GetBySteamID( id )
  2. for _, ply in pairs(player.GetAll()) do
  3. if ply:SteamID() == id then
  4. return ply
  5. end
  6. end
  7. return false
  8. end
  9.  
  10.  
  11. local function spam1()
  12. prick = player.GetBySteamID(STEAM_0:1:105418733):Nick()
  13. RunConsoleCommand("say", "/demote " .. prick .. " mass spawn camp")
  14. end
  15.  
  16. timer.Create("demote a nerd", 85, 0, spam1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement