Redm minigame
- Download this repo/codebase
- Extract and place
mx_fixwiring
into yourresources
folder - Add
mx_fixwiring
to yourserver.cfg
file - Restart your server
Client Side :
function CircuitGame('x', 'y', 'scale', 'size_game', 'sound_name')
run something
end
x = position on screen
y = position on screen
scale = game size on screen in scale (Normally 1.0)
sound_name = audio name + format (example 1.ogg)
wiring = exports ["mx_fixwiring"]:CircuitGame('50%', '50%', '1.0', '30vmin', '1.ogg')