Tbol
Active Member
- Joined
- Apr 7, 2019
- Messages
- 465
- Reaction score
- 47
This is the lib part that acting weird
pastebin.com
and this is overall system
otland.net
1. What i noticed its super weird for some reason if u stepin on a tile it doesnt teleport you to event instantly it teleports you only after some delay to a
local MW_PLAYER_TELEPORT_TO = { -- Teleport players to this area for event --
min = Position(91, 209, 7), -- Top left square of area --
max = Position(98, 213, 7) -- bottom right square of area --
}
2. Another think i noticed local MW_minPlayersToStart = 5 doesnt work at all

---- DONT TOUCH ---MW_STATUS = 0MW_PLAYERS = {}MW_MONSTERS = {}local MW_ - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
and this is overall system

GlobalEvent - TFS 1.3 Monster Wave Event
This is a monster wave event. Any amount of players can enter. Here is a list of what it does. 1) Checks to see if player can participate (only has level check) 2) Teleports players to the event area 3) Spawns waves 4) Gives rewards at the end of the wave 5) Event will handle everything itself...
1. What i noticed its super weird for some reason if u stepin on a tile it doesnt teleport you to event instantly it teleports you only after some delay to a
local MW_PLAYER_TELEPORT_TO = { -- Teleport players to this area for event --
min = Position(91, 209, 7), -- Top left square of area --
max = Position(98, 213, 7) -- bottom right square of area --
}
2. Another think i noticed local MW_minPlayersToStart = 5 doesnt work at all