hey, i have a item (t20) i can use it but the t20 dont spawn.

Anyone know why it dont works?

Any errors? did you defined ESX?

what type of item is it ?

No Errors. How to defined ESX?

its a Vehicle

and is it custom?

yes i do it selfmade

youre sure the event is triggered? try printing something before spawning it

could be you havent rendered it properly or could be resource manifest could be many things

also the correct model name

and also have you setup your stream folder correct

just do this here:

vehiclehash = GetHashKey("t20")
    RequestModel(vehiclehash)
    
    Citizen.CreateThread(function() 
      
        while not HasModelLoaded(vehiclehash) do
         
            Citizen.Wait(100)
           
        end
        CreateVehicle(vehiclehash, x, y, z, GetEntityHeading(PlayerPedId())+90, 1, 0)
    end)


for spawning the vehicle

what are you talking about??? t20 is a regular normal gta5 car

look what he said before responding to me

So, t20 is regular not from me sry.

esx_extraitems client:

esx_extraitems server:
image