mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
incorrect spelling for source
This commit is contained in:
@@ -629,7 +629,7 @@ ESX.RegisterServerCallback('esx:getPlayerNames', function(source, cb, players)
|
||||
end)
|
||||
|
||||
ESX.RegisterServerCallback("esx:spawnVehicle", function(source,cb,vehData)
|
||||
local ped = GetPlayerPed(sourcec)
|
||||
local ped = GetPlayerPed(source)
|
||||
ESX.OneSync.SpawnVehicle(vehData.model or `ADDER`, vehData.coords or GetEntityCoords(ped), vehData.coords.w or 0.0, vehData.props or {}, function(id)
|
||||
local vehicle = NetworkGetEntityFromNetworkId(id)
|
||||
if vehData.warp then
|
||||
|
||||
Reference in New Issue
Block a user