01.02.2011, 14:29
Good Tutorial.
Made
Or
Hugs
Made
pawn Код:
new var = strfind(name,"_",true);
if(var == -1) return SendClientMessage(playerid,0xFF0000FF,"Your name must include an underscore for this command to work. Ex Ihsan_Cingisiz");
name[var] = ' ';
pawn Код:
new iLoop;
for(iLoop = 0; sName[iLoop] != '_'; ++iLoop) {}
sName[iLoop] = ' ';