GetEntityClassname
Retrieves the classname of an entity.
This is like GetEdictClassname(), except it works for ALL
entities, not just edicts.
stock bool GetEntityClassname(int entity, char[] clsname, int maxlength)
Parameters
int entity
Index of the entity.
char[] clsname
Buffer to store the classname.
int maxlength
Maximum length of the buffer.
Return Value
bool True on success, false if there is no classname set.