lil' help here
#1

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
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;
}
and the line is here
pawn Код:
if(IsPlayerConnected(i) == 1) && if(dini_Int(file,"Level")  >  1);
Reply


Messages In This Thread
lil' help here - by dark_clown - 12.11.2010, 16:35
Re: lil' help here - by Mauzen - 12.11.2010, 16:38
Re: lil' help here - by DRIFT_HUNTER - 12.11.2010, 16:39
Re: lil' help here - by The_Moddler - 12.11.2010, 16:47
Re: lil' help here - by DRIFT_HUNTER - 12.11.2010, 16:54

Forum Jump:


Users browsing this thread: 1 Guest(s)