Adds a string to a given string table.
void AddToStringTable(int tableidx, const char[] str, const char[] userdata, int length)
A string table index.
String to add.
An optional user data string.
Length of user data string. This should include the null terminator. If set to -1, then user data will be not be altered if the specified string already exists in the string table.
Invalid string table index.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.