Skip to content

VoidZero69/mx_fixwiring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mx_fixwiring

Redm minigame

Installation

  1. Download this repo/codebase
  2. Extract and place mx_fixwiring into your resources folder
  3. Add mx_fixwiring to your server.cfg file
  4. Restart your server

How-to-configure

Client Side :

function CircuitGame('x', 'y', 'scale', 'size_game', 'sound_name')

run something

end

Parameters

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)

Example

wiring = exports ["mx_fixwiring"]:CircuitGame('50%', '50%', '1.0', '30vmin', '1.ogg')

Preview!

Capture

About

Redm minigame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 57.3%
  • HTML 42.7%