Quote:
Originally Posted by xVIP3Rx
You're right, though I don't think that loop is correct, kinda confusing me
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] = ' '; }
?
|
My code is correct and yes it do the same as your code...but is a way faster