• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Remove MC when event start (getPlayersInArea) IP?

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:
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!
 
Back
Top