Fix missing and

This commit is contained in:
Jérémie N'gadi
2017-08-21 21:51:58 +02:00
committed by GitHub
parent 0836a87e4c
commit 97f4d41ee8
+1 -1
View File
@@ -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