Converts a 64-bit integer to a string.
int Int64ToString(const int num[2], char[] str, int maxlength)
Array containing the upper and lower 32-bits of a 64-bit integer.
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.