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