Event of zombie

Welcome to Event of zombie

The most fun part of the party has arrived, in your configuration you have the option to enable waves of zombies, which will modify your map, turning it into a dark map and zombies will begin to appear that will chase you until you defeat them.

These waves will appear at a schedule configured by yourself, recommended at night to be even more spooky!

Manage to defeat all the zombies and survive the Halloween nights to earn rewards with each wave, make your Halloween the scariest in FiveM!

Config.ZombieEvent = false     -- Enable the zombie surge event?

Config.HalloweenWather = true  -- Will the weather change to Halloween during wave time?
Config.ZombieWaveTimer = 0.5   -- Minutes between waves
Config.MoneyReward = 500       -- Money earned as a wave reward
Config.ZombieSurge = 10        -- Number of zombies per wave
Config.ZombieSpawnRange = 10.0 -- Zombie spawn radius near each player

Config.ZombiePed = {
    'u_m_y_zombie_01',
    -- 'a_m_y_skater_01', -- Add the orders you want
}

Config.ZombieWaveTime = { -- Server time for the event
    ['min'] = 20,
    ['max'] = 6,
}

Last updated