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

pawn Код:
stock GetPlayerFullName(playerid)
{
    new PlayerFullName[MAX_PLAYER_NAME];
    new nez;
    GetPlayerName(playerid, PlayerFullName, sizeof(PlayerFullName));
    while((nez = strfind(PlayerFullName, "_", true,0)) != -1) PlayerFullName[nez] = ' ';
    return PlayerFullName;
}
0 after true should be optional be cant see why else its doing it
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)