roriscrave
Advanced OT User
- Joined
- Dec 7, 2011
- Messages
- 1,210
- Solutions
- 35
- Reaction score
- 207
When event starts, all players in this area, will be teleported, to EVENT Position:
I need a function, will check if 2 players or more have the same IP, they will be teleported do temple, and get this msg:
"you are removed from event, because you are using MC"
I need a function to check all players IP in eventoArea, and if have the same ip, will be removed!
local eventoFromPos, eventoToPos = {x = 798, y = 242, z = 7}, {x = 806, y = 253, z = 7}
I need a function, will check if 2 players or more have the same IP, they will be teleported do temple, and get this msg:
"you are removed from event, because you are using MC"
I need a function to check all players IP in eventoArea, and if have the same ip, will be removed!