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.dllorGo.sofile into server'scomponentsdirectory. - Make sure you have some built omp gamemode in the
gamemodesfolder. - Specify the gamemode name to be loaded in your
config.json:
"go": {
"gamemode": "<YOUR GAMEMODE NAME>"
}- Run the server.