Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 764 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 764 Bytes

gomponent

This is an open.mp component for loading gamemodes written in Go with the omp package. The name Gomponent is composed of three word-forming elements:

  1. Go
  2. omp (short for open.mp)
  3. Component

Similar to goroutines (go coroutines) in Go.

Usage

  1. Download the latest version from here.
  2. Put the Go.dll or Go.so file into server's components directory.
  3. Make sure you have some built omp gamemode in the gamemodes folder.
  4. Specify the gamemode name to be loaded in your config.json:
"go": {
    "gamemode": "<YOUR GAMEMODE NAME>"
}
  1. Run the server.