max player name lenght
#1

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.
Reply
#2

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

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)
Reply
#4

I use 0.3x client. Yes this define is 24
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)