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

i'm having trouble with the stock i've created..

pawn Код:
stock GetPlayerFullName(playerid)
{
    new PlayerFullName[MAX_PLAYER_NAME];
    new nez;
    GetPlayerName(playerid, PlayerFullName, sizeof(PlayerFullName));
    while((nez = strfind(PlayerFullName, "_", true)) != -1) PlayerFullName[nez] = ' ';
    return PlayerFullName;
}
pawn Код:
warning 202: number of arguments does not match definition
please can anybody help me with this?.. thanks..
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)