Undefined Symbo
#5

Код:
enum pInfo
{
	pPass,
	pCash,
	pAdmin,
	pKills,
	pDeaths,
	pTeam
}

new PlayerInfo[MAX_PLAYERS][pInfo];
Try it now. And move your CMDtats to be outside OnPlayerCommandText.

Examp:
Код:
public OnPlayerCommandText(.....) 
{
        return 1;
}

CMD:stats(playerid, pararams[])
{
        // Your command
        return 1;
}

public OnPlayerSpawn(playerid)
{
        return 1;
}
Reply


Messages In This Thread
Undefined Symbo - by mahdi499 - 28.04.2013, 08:26
Re: Undefined Symbo - by RenSoprano - 28.04.2013, 08:30
Re: Undefined Symbo - by mahdi499 - 28.04.2013, 08:31
Re: Undefined Symbo - by mahdi499 - 28.04.2013, 08:39
Re: Undefined Symbo - by RenSoprano - 28.04.2013, 08:47
Re: Undefined Symbo - by mahdi499 - 28.04.2013, 08:55

Forum Jump:


Users browsing this thread: 1 Guest(s)