FindKeyById
Finds a KeyValues name by id.
native bool FindKeyById(int id, char[] name, int maxlength)
Parameters
char[] name
Buffer to store the name.
int maxlength
Maximum length of the value buffer.
Return Value
bool True on success, false if id not found.