diff --git a/client/main.lua b/client/main.lua index 6ef73fbd..59930d9e 100644 --- a/client/main.lua +++ b/client/main.lua @@ -100,7 +100,7 @@ AddEventHandler('baseevents:onPlayerKilled', function(killerPed, data) table.insert(data, { victimCoords = victimCoords, - weaponHash = weaponHash + weaponHash = weaponHash, deathCause = GetPedCauseOfDeath(playerPed) })