[RELEASE] [ESX] Diamond Casino Lucky Wheel

Who’s experiencing heading problems when spinning the wheel

Set bottom of doRoll event (around line 97)
From

SetEntityRotation(_wheel, 0.0, _y, 58.32, 1, true)

To

SetEntityRotation(_wheel, 0.0, _y, <your_wheel_heading>, 2, true)

Example
If your SetEntityHeading(_wheel, -30.9754) ; use

> SetEntityRotation(_wheel, 0.0, _y, -30.9754, 2, true)

1 Like