Why I can’t see the wheel?
Can someone share a working script please?
some fixed wheel position after rolling ? if u fixed it can u share here please !
Awesome, release good for all servers and RP. Keep it Up Dude!
What interior?
Can someone share the full client script for MLO Diamond Casino???
Plssss
any chance vrp?
Hi! how did u fixed it?
hey! did u find something? im lost here
hey there all… got the wheel working good having problems with the car spawning ive set it in the vehicle shop and done the luckywheel coords but still carnt get the car to spawn im using MLO Diamond Casino can anyone help ? thnx in advance
Did you ever find a wheel for that mlo
Wow good?!?!
release please?
Menyoo help everyone, and everything will work
hope this helps others out was having issues with getting the player to teleport into the prize car, followed all the instructions but it was not working. Fixed it by just adding one line local playerPed = PlayerPedId() see below… hope it helps someone out.
esx_vehicleshop\client\main.lua
Put this code in
--- LUCKYWHEEL
RegisterNetEvent("esx_luckywheel:winCar")
AddEventHandler("esx_luckywheel:winCar", function()
ESX.Game.SpawnVehicle("banshee2", { x = 933.29,y = -2.82, z = 78.76 }, 144.6, function (vehicle)
local playerPed = PlayerPedId()
TaskWarpPedIntoVehicle(playerPed, vehicle, -1)
local newPlate = GeneratePlate()
local vehicleProps = ESX.Game.GetVehicleProperties(vehicle)
vehicleProps.plate = newPlate
SetVehicleNumberPlateText(vehicle, newPlate)
TriggerServerEvent('esx_vehicleshop:setVehicleOwned', vehicleProps)
ESX.ShowNotification("you won a supercar!")
end)
FreezeEntityPosition(playerPed, false)
SetEntityVisible(playerPed, true)
end)
any latest release for this spin wheel?