mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Fix missing and
This commit is contained in:
+1
-1
@@ -484,7 +484,7 @@ Citizen.CreateThread(function()
|
||||
|
||||
local ped = GetRandomPed()
|
||||
|
||||
if DoesEntityExist(ped) IsPedHuman(ped) and IsPedWalking(ped) and not IsPedAPlayer(ped) then
|
||||
if DoesEntityExist(ped) and IsPedHuman(ped) and IsPedWalking(ped) and not IsPedAPlayer(ped) then
|
||||
CurrentCustomer = ped
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user