mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:01:22 +00:00
fix(es_extended/client): wrong arg
This commit is contained in:
@@ -131,7 +131,7 @@ AddStateBagChangeHandler("VehicleProperties", nil, function(bagName, _, value)
|
||||
local vehicle = NetToVeh(netId)
|
||||
|
||||
local tries = 0
|
||||
while not NetworkDoesEntityExistWithNetworkId(vehicle) do
|
||||
while not NetworkDoesEntityExistWithNetworkId(netId) do
|
||||
Wait(200)
|
||||
tries = tries + 1
|
||||
if tries > 20 then
|
||||
|
||||
Reference in New Issue
Block a user