Error
#2

pawn Код:
stock GetName(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    for(new x = 0; x < sizeof(name); x++)
    {
        if(name[x] == '_') { name[x] = ' '; }
    }
    return name;
}
Reply


Messages In This Thread
Error - by Partner - 14.12.2012, 22:53
Re: Error - by ikey07 - 14.12.2012, 23:35

Forum Jump:


Users browsing this thread: 3 Guest(s)