Undefined Symbo
#1

So im working on my TDM Script,i've got stuck at this point,the ZCMD include is included and in my files, but i still get this error

Код:
CMD:stats(playerid, params[])
{
	if(IsPlayerConnected(playerid))
	{
	    new line1[128];
	    format(line1, sizeof(line1), "Cash:[%d] Admin:[%d] Team:[%d] Kills:[%d] Deaths:[%d]", GetPlayerMoney(playerid), PlayerInfo[playerid][pAdmin], PlayerInfo[playerid][pTeam], PlayerInfo[playerid][pKills], PlayerInfo[playerid][pDeaths]);
	    SendClientMessage(playerid, COLOR_WHITE, line1);
	}
	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)