Could someone explain me, please, what “cb” stands for in
ESX.Game.SpawnLocalObject(modelOrHash, coords, cb)
…no clue here and ESX documentation didn’t help either I guess I am too big noob for this, lol
Could someone explain me, please, what “cb” stands for in
ESX.Game.SpawnLocalObject(modelOrHash, coords, cb)
…no clue here and ESX documentation didn’t help either I guess I am too big noob for this, lol
Callback
Thank you! At least I know now what I should learn next, lol
ESX.Game.SpawnLocalObject(modelOrHash, coordsTable, function(result???)
end)
I am not sure if it returns maybe a object id or something? You will have to test what that funtion returns. OR it may not return anything at all… who knows.
I was wondering in general here, on that cb shortcut. Working on fixation of owned car on owned car trailer. Thanks again!