Name to be longer - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Name to be longer (
/showthread.php?tid=151162)
Name to be longer -
InsaneESN - 29.05.2010
Where should I change the maximum number of characters for nick .. for example on my server, a nick may not have more than 13 characters .. and I want to make it longer .. where should I change?
Re: Name to be longer -
(SF)Noobanatior - 29.05.2010
depends on the mode
Re: Name to be longer -
Flashy - 29.05.2010
Learn the Script Basics.
This is very easy.
Like "Noob" said, it depents on what gamemode/filterscript you use.
When you want upload your Gm/Fs and we help you.
Re: Name to be longer -
InsaneESN - 29.05.2010
I use GTA Roleplay ...
http://forum.sa-mp.com/index.php?topic=138237.0 ..
Re: Name to be longer -
(SF)Noobanatior - 29.05.2010
what does it say if you name is longer then that now?
Re: Name to be longer -
GunFight - 29.05.2010
search this new string[MAX_PLAYER_NAME]; (its under public onplayerconnect i think) and change it to new string[128];
Re: Name to be longer -
InsaneESN - 29.05.2010
Quote:
Originally Posted by GunFight ◄•٠· ̇
search this new string[MAX_PLAYER_NAME]; (its under public onplayerconnect i think) and change it to new string[128];
|
Oh.. thx man .. are you helpful