View Single Post
kirksite
Member
Join Date: Feb 2021
Old 04-11-2023 , 00:53   Re: Restrict Names 1.2a
Reply With Quote #395

Quote:
Originally Posted by fysiks View Post
What do you mean? IIRC, the game engine has a hard coded name length limit that cannot be exceeded. The only name length parameter related to this plugin is for the names being loaded from the configuration file for rename punishment. This limit is currently 28 but can be increased to 32 (IIRC), change this value on line 113 and recompile.
Thanks for your response.

To confirm, you're referring to this line;
#define MAX_NAME_LEN 28
to
#define MAX_NAME_LEN 32

why would my compiled version be so much smaller than the amxx file available in this thread?
5 KB vs 14 KB?
kirksite is offline