Fixed RemoveWeaponsAfterRPDeath, fixes #21

This commit is contained in:
ElPumpo
2018-06-20 21:24:00 +02:00
parent e034a63758
commit fdcc9ab9e5
3 changed files with 43 additions and 30 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ AddEventHandler('esx_phone:loaded', function(phoneNumber, contacts)
end)
AddEventHandler('esx:onPlayerDeath', function()
AddEventHandler('esx:onPlayerDeath', function(reason)
OnPlayerDeath()
end)