SA-MP Forums Archive
max_player_name - 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 (/showthread.php?tid=454366)



max_player_name - kartik - 28.07.2013

if i do this :
pawn Код:
#if defined MAX_PLAYER_NAME
#undef MAX_PLAYER_NAME
#endif
#define MAX_PLAYER_NAME 30
is it going to cause problems ?(ingame)


Re: max_player_name - Mitchy - 28.07.2013

why dont you just do

#define MAX_PLAYER_NAME 24


Re: max_player_name - MP2 - 28.07.2013

Re-defining that is pointless. The name length limit is internal in SA-MP. That is just there for scripters to use.


Re: max_player_name - kartik - 29.07.2013

Thanks ,thought so but I don't mind asking~