15.06.2018, 16:59
On which line did you face that error? It can not be on the name one because MAX_PLAYER_NAME is a macro with size 24 as SAMP doesnot allow names more than 24 characters. If its on that line, you can try MAX_PLAYER_NAME+1 or 25 as the size of the variable considering he NULL.