[HELP] Player Name !
#2

Use strreplace and replace all "_" with " " (nothing).
pawn Код:
strreplace(name, '_', ' ');
Also the max name of a player is 24, there's no reason to use 255, that'll just slow your script down.
Reply


Messages In This Thread
[HELP] Player Name ! - by M0HAMMAD - 25.01.2015, 18:30
Re: [HELP] Player Name ! - by CalvinC - 25.01.2015, 18:31
Re: [HELP] Player Name ! - by M0HAMMAD - 26.01.2015, 17:01

Forum Jump:


Users browsing this thread: 1 Guest(s)