[HELP] having truble with "stock"..
#6

pawn Код:
stock GetPlayerFullName(playerid)
{
    new PlayerFullName[MAX_PLAYER_NAME];
    new nez;
    GetPlayerName(playerid, PlayerFullName, sizeof(PlayerFullName));
    while(!PlayerFullName[nez] == '\0')
    {
        if(PlayerFullName[nez] == '_') PlayerFullName[nez] = ' ';
        nez ++;
    }
    return PlayerFullName;
}
Reply


Messages In This Thread
[HELP] having truble with "stock".. - by FujiNNN - 07.11.2010, 01:35
Re: [HELP] having truble with "stock".. - by Retardedwolf - 07.11.2010, 01:41
Re: [HELP] having truble with "stock".. - by FujiNNN - 07.11.2010, 01:49
Re: [HELP] having truble with "stock".. - by GaGlets(R) - 07.11.2010, 03:11
Re: [HELP] having truble with "stock".. - by Th3Angel - 07.11.2010, 04:12
Re: [HELP] having truble with "stock".. - by Miguel - 07.11.2010, 04:24
Re: [HELP] having truble with "stock".. - by Th3Angel - 07.11.2010, 04:31
Re: [HELP] having truble with "stock".. - by (SF)Noobanatior - 07.11.2010, 08:04
Re: [HELP] having truble with "stock".. - by FujiNNN - 07.11.2010, 20:09
Re: [HELP] having truble with "stock".. - by WillyP - 07.11.2010, 20:10

Forum Jump:


Users browsing this thread: 1 Guest(s)