Server Events
Here, you will find all the essential exports for this asset. Please review each step and example thoroughly to understand how it works.
fivecore_zombies:zombieKilled
AddEventHandler('fivecore_zombies:zombieKilled', function(playerId, zombieCoords, zombieData)
-- Your code
end)Last updated