alliedmodders / amxmodx

AMX Mod X - Half-Life 1 Scripting and Administration
http://www.amxmodx.org/
496 stars 197 forks source link

[Feature] Increase dynamic natives' max parameters #1080

Open damage220 opened 1 year ago

damage220 commented 1 year ago

It is 16 for now. It becomes nearly impossible to use dynamic natives to format strings using variadic arguments as their number can easily go to 16 and above. Can we increase this value to 32 or 64 parameters?