This commit is contained in:
renaiku
2017-09-09 19:35:45 +02:00
parent 0a0a67ae12
commit f82cf6bb22
+2 -2
View File
@@ -327,8 +327,8 @@ function WashMoneyCRON(d, h, m)
local foundPlayer = false
local xPlayer = nil
for i=1, #xPlayers, 1 do
local xPlayer2 = ESX.GetPlayerFromId(xPlayers[i])
for j=1, #xPlayers, 1 do
local xPlayer2 = ESX.GetPlayerFromId(xPlayers[j])
if xPlayer2.identifier == result[i].identifier then
foundPlayer = true
xPlayer = xPlayer2