sampcmd-go

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2018 License: MPL-2.0 Imports: 3 Imported by: 0

README

sampcmd-go

This tool allows you to start SA-MP via the command line, alternatively it can be used as a go library.

Commandline Usage

sampcmd-go.exe -h 127.0.0.1 -p 7777 -n Name

Golang usage

returnValue := sampcmd.LaunchSAMP("-h 127.0.0.1 -p 7777 -n Name")
if(returnValue != 0) {
    fmt.Printf("An error occured. The application returned %d", returnValue)
}

Available parameters

  • -d

    Enables the debugging mode.

  • -c <RCON password>

    Passes an RCON password to directly login as RCON administrator.

  • -h <IP address / hostname>

    Specifies the server that you want to join.

  • -p <port>

    Specified the servers port.

  • -n <name>

    Specifies the ingame username.

  • -z <server password>

    Specifies a password necessary to join the server.

Credits

Big thanks to BigETI for helping me on this one!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL