Converts an integer to a string.
int IntToString(int num, char[] str, int maxlength)
Integer to convert.
Buffer to store string in.
Maximum length of string buffer.
Number of characters written to the buffer, not including the null terminator.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.