Given a maximum string size (including the null terminator), returns the number of cells required to fit that string.
int ByteCountToCells(int size)
Number of bytes.
Minimum number of cells required to fit the byte count.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.