undefined symbol "PlayerName2"
#2

Probably you forgot to create a stock for those or you haven't any "new PlayerName2" on that command or something.

You should create a stock (My Opinion)

pawn Код:
stock pName(playerid)
{
    new pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, sizeof(pName));
    return pName;
}
Reply


Messages In This Thread
undefined symbol "PlayerName2" - by xplor09edy - 12.10.2012, 16:08
Re: undefined symbol "PlayerName2" - by GreekScripter - 12.10.2012, 16:14
Re: undefined symbol "PlayerName2" - by xplor09edy - 12.10.2012, 16:16

Forum Jump:


Users browsing this thread: 2 Guest(s)