• 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!

Zombie event

He doesn't know how to read instructions and add stuff to the server. I try'd to help him but teamviewer was way to laggy
 
You Need Read.. Look
LUA:
-- CONFIG
ZE_DEFAULT_NUMBER_OF_PLAYERS -- default number of players that can enter arena
ZE_ACCESS_TO_IGNORE_ARENA -- min. access of players that go arena, but are not counted as competitors
-- POSITIONS
ZE_blockEnterItemPosition -- position of item that block way to teleport to arena, even if item is not blocking way to TP, players cannot enter TP [blocked by script]
ZE_enterPosition -- position where spawn players when they enter teleport to arena
ZE_kickPosition -- position where go players when they 'die' by zombie or win arena
ZE_spawnFromPosition -- left,top, lowest level of arena
ZE_spawnToPosition - right, bottom, highest level of arena
-- ITEM IDS
ZE_blockEnterItemID -- ID of item that block way to arena
-- STORAGES
-- - player
ZE_isOnZombieArea -- store information 'is player on zombie arena'
-- - global
ZE_STATUS = 34370 -- =< 0 - off, 1 - waiting for players, 2 - is running
ZE_PLAYERS_NUMBER -- store max. number of players on arena
ZE_ZOMBIES_TO_SPAWN -- store number of zombies to spawn 'on next spawn'
ZE_ZOMBIES_SPAWNED -- store number of zombies spawned from event start


--- Description.. for edit
 
Back
Top