Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local debug = true
- local players = {
- ["NewCoolPC"] = true,
- ["Mackan90096"] = true}
- while true do
- _, p1 = os.pullEvent("player")
- if players[p1] then
- rs.setOutput("top", true)
- sleep(2)
- rs.setOutput("top", false)
- if debug then
- print("Player: "..p1.." Allowed: "..tostring(players[p1]))
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement