Skip to content

Bios-Marcel/sampcmd-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sampcmd-go

Build status GoDoc

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)
}

For all available functions, check the documentation at https://godoc.org/github.com/Bios-Marcel/sampcmd-go/sampcmd.

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!

About

Little tool to start SA-MP from within Go. This can also be used as a standalone executable.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published