Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local cmd = function(msg,usr,chan)
- local list = GetUsers();
- local rand = list[math.random(#list)];
- --not operator is not != in lua
- if UserStatus(usr) ~= 2 then
- rand = usr;
- end
- MOD.Timeout(rand,10);
- print("Banned " .. rand);
- end
- return cmd;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement