mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
Fixed RemoveWeaponsAfterRPDeath, fixes #21
This commit is contained in:
+1
-1
@@ -647,7 +647,7 @@ AddEventHandler('esx_phone:loaded', function(phoneNumber, contacts)
|
||||
|
||||
end)
|
||||
|
||||
AddEventHandler('esx:onPlayerDeath', function()
|
||||
AddEventHandler('esx:onPlayerDeath', function(reason)
|
||||
OnPlayerDeath()
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user