mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ TriggerEvent('esx_phone:registerCallback', function(source, phoneNumber, message
|
||||
if phoneNumber == 'ambulance' then
|
||||
for i=1, #xPlayers, 1 do
|
||||
|
||||
local xPlayer2 = ESX.GetPlayerFromId(xPlayer[i])
|
||||
local xPlayer2 = ESX.GetPlayerFromId(xPlayers[i])
|
||||
|
||||
if xPlayer2.job.name == 'ambulance' then
|
||||
TriggerEvent('esx_phone:getDistpatchRequestId', function(requestId)
|
||||
|
||||
Reference in New Issue
Block a user