The zombies are ready to fight, they spawn all around every player!
Admins can create their own events using the commands provided to spawn in bosses and waves.
https://github.com/Bambofy/OnsetZombies
Commands List:
- "/zombies_clear" - Deletes all the zombies
- "/zombies_spawn" - Spawns a zombie wave at every player.
- "/zombies_spawn_here" - Spawns a zombie at yourself.
- "/zombies_spawn_here_ext" - Spawns a zombie at yourself with parameters, heath, damage and speed e.g. "/zombies_spawn_here_ext 10.0 100.0 200.0"
- "/zombies_spawn_at" - Spawns a zombie at the given X Y Z coordinates e.g. "/zombies_spawn_at 1 1 1"
- "/zombies_spawn_at_ext" - Spawns a zombie at the given X Y Z coordinates and Health, Damage and speed parameters e.g. "/zombies_spawn_at_ext 1 1 1 10.0 100.0 200.0"
- "/zombies_disable_timer" - Stops the zombies from spawning on the timer.
- "/zombies_enable_timer" - Starts the zombies on spawning on the timer.
- spawn_wave(ply)
- spawn_here(ply)
- spawn_here_ext(ply, damage, health, speed)
- spawn_at(x, y, z)
- spawn_at_ext(x, y, z, damage, health, speed)
- enable_timer()
- disable_timer()
- clear()
Known bugs:Settings for the zombies is held at the top of OnsetZombies/server.lua!
Comment