Zeex / samp-plugin-crashdetect

Crash/error reporting plugin for SA-MP server
http://forum.sa-mp.com/showthread.php?t=262796
BSD 2-Clause "Simplified" License
116 stars 23 forks source link

63 character function names. #125

Closed Y-Less closed 1 month ago

Y-Less commented 1 year ago

sNAMEMAX was increased to 63 in open.mp. This bumps the value in crashdetect as well. I believe this change should be backwards-compatible with SA:MP - shorter function names are still valid, but I haven't tested it.

Zeex commented 1 month ago

Thanks Y_Less.