What's wrong in this ?
#4

Quote:

stock RemoveUnderScore(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
for(new i = 0; i < MAX_PLAYER_NAME; i++)
{
if(name[i] == '_') name[i] = ' ';
}
return name;
}

Here...
Reply


Messages In This Thread
What's wrong in this ? - by -CaRRoT - 31.10.2011, 19:11
Re: What's wrong in this ? - by -CaRRoT - 31.10.2011, 20:22
Re: What's wrong in this ? - by sleepysnowflake - 31.10.2011, 20:28
Re: What's wrong in this ? - by -CaRRoT - 31.10.2011, 20:32
Re: What's wrong in this ? - by sleepysnowflake - 31.10.2011, 20:37
Re: What's wrong in this ? - by -CaRRoT - 31.10.2011, 20:41
Re: What's wrong in this ? - by =WoR=G4M3Ov3r - 31.10.2011, 20:42
Re: What's wrong in this ? - by -CaRRoT - 31.10.2011, 20:48
Re: What's wrong in this ? - by -CaRRoT - 31.10.2011, 20:54
Re: What's wrong in this ? - by KoczkaHUN - 31.10.2011, 21:04

Forum Jump:


Users browsing this thread: 2 Guest(s)