Gets the value of a command line parameter the server was launched with.
void GetCommandLineParam(const char[] param, char[] value, int maxlen, const char[] defValue)
The command line parameter to get the value of.
Buffer to store the parameter value in.
Maximum length of the value buffer.
The default value to return if the parameter wasn't specified.
No command line available, or no mod support.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.