10.08.2013, 19:34
Whenever I try to create this one stock I get these errrors
Here is the stock
and yes I have the foreach include
Quote:
C:\Users\logan_000\Desktop\SAMP Server\pawno\include\YSI\y_iterate.inc(646) : error 017: undefined symbol "Itter_OnPlayerConnect" C:\Users\logan_000\Desktop\SAMP Server\pawno\include\YSI\y_iterate.inc(909) : error 017: undefined symbol "Itter_OnPlayerDisconnect" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors. |
PHP код:
stock SendAdminMessage(string[],color)
{
foreach(Player,i)
{
if(PlayerInfo[i] [pAdmin] >= 1) && if(GetPVarInt(i, "on_adminduty")){
SendClientMessage(i,color,string);
}
}