@CMFarms and other FiveM users : Maybe not the best solution but at least, it works : In es_extended/client/main.lua, search for esx:spawnvehicle and add this to make the trailer and all other vehicles who spawn upside-down on their wheels : if not IsVehicleOnAllWheels(vehicle) then
local carCoords = GetEntityRotation(vehicle, 2)
Citizen.Wait(500)
SetEntityRotation(vehicle, carCoords[1], 0, carCoords[3], 2, true)
To use it in FiveM, don't forget to add at least {name = 'WEAPON_COLBATON', label = _U('weapon_colbaton'), components = {}}, in es_extended/config.weapons.lua ;)
@Lex-LGS C'est expliqué pourtant, il te faut ce script pour supprimer ou agrandir les limites de la map https://www.gta5-mods.com/scripts/no-boundary-limits-unknown-modder
@CMFarms and other FiveM users : Maybe not the best solution but at least, it works : In es_extended/client/main.lua, search for esx:spawnvehicle and add this to make the trailer and all other vehicles who spawn upside-down on their wheels : if not IsVehicleOnAllWheels(vehicle) then
local carCoords = GetEntityRotation(vehicle, 2)
Citizen.Wait(500)
SetEntityRotation(vehicle, carCoords[1], 0, carCoords[3], 2, true)
end
Nicely done but 2 things : front turn signals doesn't work + suspension way to soft causing wheels going thru fenders
Well, i'm using ESX, don't know about other framework. But you need this on ESx, else it doesn't work ;)
To use it in FiveM, don't forget to add at least {name = 'WEAPON_COLBATON', label = _U('weapon_colbaton'), components = {}}, in es_extended/config.weapons.lua ;)
@un_loup_uwu Same, even with addition of this in es_extended/config.weapons.lua :
{
name = 'WEAPON_DARTGUN',
label = _U('weapon_dartgun'),
},
Well, just to say keep up the good work. And, do something for the front/rear lights next time, to make them more lore friendly and breakable (rear)
Since the release, never had crash... Just learn how to put it in GTA :)
Hi Smukkeuger, here a slighty better handling.meta for your fabulous Peanut, so it won't roll anymore ;)
https://drive.google.com/file/d/1LLPRjIdFo7GcRDvY_quOJAM74yy1OHjX/view?usp=sharing
Nicely done, but wheels aren't on the ground ;)