29.01.2013, 05:44
Hey guys, I have this error:
And here is the stock which the error is in:
Please help! Thanks
Код:
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.
Код:
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; }