06.11.2010, 19:49
This works perfect:
pawn Код:
new
pName[MAX_PLAYER_NAME],
i
;
GetPlayerName(playerid, pName, sizeof(pName));
while((i = strfind(pName, "_", true)) != -1)
pName[i] = ' ';