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:
- Go
- omp (short for open.mp)
- Component
Similar to goroutines (go coroutines) in Go.
- Download the latest version from here.
- Put the
Go.dll
orGo.so
file into server'scomponents
directory. - Make sure you have some built omp gamemode in the
gamemodes
folder. - Specify the gamemode name to be loaded in your
config.json
:
"go": {
"gamemode": "<YOUR GAMEMODE NAME>"
}
- Run the server.