[RELEASE] [ESX] Diamond Casino Lucky Wheel

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! :smiley:

What interior?

Can someone share the full client script for MLO Diamond Casino???
Plssss :smiley:

any chance vrp?

1 Like

Hi! how did u fixed it?

hey! did u find something? im lost here :sleepy:

1 Like

Here’s a video of the mod working.

1 Like

Does anyone have the wheel working with this casino MLO

i have this error

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

Looks very good.

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)

A walkthrough of the Lucky Wheel working in my server, thanks for creating this resource.

any latest release for this spin wheel?