Skip to content

An open.mp component for loading gamemodes written with omp.

License

Notifications You must be signed in to change notification settings

kodeyeen/gomponent

Repository files navigation

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.

About

An open.mp component for loading gamemodes written with omp.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages