mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 11:18:53 +00:00
Add files via upload
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user