20.12.2010, 22:41
Quote:
Try replacing SendAdminMessage with SendClientMessage, may not work. Looking at something else too.
EDIT: You have sscanf and zcmd? |
pawn Код:
stock SendAdminMessage(color,const string[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i) == 1) if(PlayerInfo[i][pAdminLevel] > 0) SendClientMessage(i, color, string);
}
return 1;
}
And no I don't know how to use sscanf or zcmd, only strtok with strcmp but im very used to it so I dont care