01.08.2015, 19:22
Quote:
@xVIP3Rx: That would only replace 1...
You should do it like this: PHP код:
|
does yours code do the same as
pawn Код:
new i;
while( i != -1 )
{
i = strfind(Player_RName[playerid] , "_");
if(pos != -1) Player_RName[playerid][pos] = ' ';
}