Add files via upload

This commit is contained in:
Manuel
2018-04-09 21:47:39 +02:00
committed by GitHub
parent 5a710cbf72
commit 9a131762c4
+1 -1
View File
@@ -1341,7 +1341,7 @@ AddEventHandler('esx_policejob:hasEnteredEntityZone', function(entity)
if PlayerData.job ~= nil and PlayerData.job.name == 'police' and not IsPedInAnyVehicle(playerPed, false) then
CurrentAction = 'remove_entity'
CurrentActionMsg = _U('remove_object')
CurrentActionMsg = _U('remove_prop')
CurrentActionData = {entity = entity}
end