SA-MP Forums Archive
max player name lenght - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: max player name lenght (/showthread.php?tid=474649)



max player name lenght - audriuxxx - 09.11.2013

Hi,

I want to ask. Why when player set his name in sa-mp program and if name is longer than 20 simbols, then i get this name too long and so on.. But my MAX_PLAYER_NAME is 24.


Re: max player name lenght - Jankingston - 09.11.2013

pawn Код:
#define MAX_PLAYER_NAME 24
U tried this?


Re: max player name lenght - iZN - 09.11.2013

Are you using the latest client? i.e. 0.3x with latest includes.

You can also try

pawn Код:
#undef MAX_PLAYER_NAME
#define MAX_PLAYER_NAME  (24)



Re: max player name lenght - audriuxxx - 09.11.2013

I use 0.3x client. Yes this define is 24