12.11.2010, 16:35
hum im getting these errors
i downloaded the money anti cheat but now im editing it to my style
but im having a lil prob
http://pastebin.com/bxr5KaSk
and the error line is
here
and the line is here
i downloaded the money anti cheat but now im editing it to my style
but im having a lil prob
http://pastebin.com/bxr5KaSk
and the error line is
here
pawn Код:
public MessageToAdmins(color,const string[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
new file[100],pName[MAX_PLAYER_NAME];
GetPlayerName(i,pName,MAX_PLAYER_NAME);
format(file,sizeof(file),"MyAdmin/Users/%s.ini",pName);
if(IsPlayerConnected(i) == 1) && if(dini_Int(file,"Level") > 1);
SendClientMessage(i, color, string);
}
return 1;
}
pawn Код:
if(IsPlayerConnected(i) == 1) && if(dini_Int(file,"Level") > 1);