Erros in my stock? (Urgent)
#1

Hey guys, I have this error:

Код:
C:\DOCUME~1\DANNY~1.YOU\MYDOCU~1\CNRSER~1\GAMEMO~1\Testing.pwn(714) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
And here is the stock which the error is in:

Код:
stock MessageToAdmins(color, const string[])
{
  for(new i = 0; i < MAX_PLAYERS; i++)
  {
	if(IsPlayerConnected(i))
	{
	   if(pInfo[playerid][Adminlevel] < 1)
	   {
		 SendClientMessage(i, color, string);
	   }
	}
  }
  return 1;
}
Please help! Thanks
Reply


Messages In This Thread
Erros in my stock? (Urgent) - by Goldino - 29.01.2013, 05:44
Re: Erros in my stock? (Urgent) - by Bakr - 29.01.2013, 05:59
Re: Erros in my stock? (Urgent) - by Glad2BeHere - 29.01.2013, 05:59

Forum Jump:


Users browsing this thread: 2 Guest(s)