hey, i have a item (t20) i can use it but the t20 dont spawn.
Anyone know why it dont works?
D4NE
2
Any errors? did you defined ESX?
what type of item is it ?
No Errors. How to defined ESX?
D4NE
8
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
D4NE
12
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
D4NE
13
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:
