A little help with my registration system.
#3

pawn Код:
stock Path(playerid)
{
    new str[128],name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,sizeof(name));
    format(str,sizeof(str),UserPath,name);
    return str;
}
That is lines 102-104, where the errors are happening.

pawn Код:
GetPlayerName(playerid,name,sizeof(name)); //Get player's name
Line 134, where the 2nd warning is.

National Gaming Roleplay CS\gamemodes\Roleplay.pwn(102) : warning 202: number of arguments does not match definition
National Gaming Roleplay CS\gamemodes\Roleplay.pwn(102) : warning 202: number of arguments does not match definition
National Gaming Roleplay CS\gamemodes\Roleplay.pwn(134) : warning 202: number of arguments does not match definition
National Gaming Roleplay CS\gamemodes\Roleplay.pwn(134) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Warnings.
Reply


Messages In This Thread
A little help with my registration system. - by xSiiiLenTx - 02.01.2013, 21:52
Re: A little help with my registration system. - by park4bmx - 02.01.2013, 21:57
Re: A little help with my registration system. - by xSiiiLenTx - 02.01.2013, 21:59

Forum Jump:


Users browsing this thread: 1 Guest(s)