24.08.2012, 13:18
pawn Код:
public SendMessageToAdmins(playerid,color,const string[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i) == 1)
if(PlayerInfo[playerid][pAdminLevel] >= 1)
SendClientMessage(i,color,string);
}
return 1;
}
Код:
D:\SAMP\Server\SACCNR [0.3e R2]\gamemodes\SACCNR.pwn(106) : error 025: function heading differs from prototype D:\SAMP\Server\SACCNR [0.3e R2]\gamemodes\SACCNR.pwn(106) : error 025: function heading differs from prototype Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.