0.3d 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: 0.3d MAX_PLAYER_NAME (
/showthread.php?tid=309660)
0.3d MAX_PLAYER_NAME -
jaskiller - 08.01.2012
hi dude in ver 0.3 the new max player name is 20 characcters??
AW: 0.3d MAX_PLAYER_NAME -
BigETI - 08.01.2012
No..
From a_samp.inc:
pawn Код:
#define MAX_PLAYER_NAME (24)
Re: 0.3d MAX_PLAYER_NAME -
Scarred - 08.01.2012
pawn Код:
main()
{
printf("Max Player Name: %d", MAX_PLAYER_NAME);
}
Quote:
[12:16:10] Max Player Name: 24
|
Nope.
Re: 0.3d MAX_PLAYER_NAME -
Vince - 08.01.2012
The name you can enter in the server browser can be a maximum of 20 characters long, but it can be up to 24 characters long if SetPlayerName is used.