An Error
#1

I have downloaded the Lux Admin System 1.6 & when i compiled it then it shows These errors.

Reply
#2

Make sure you have the includes.
Reply
#3

Yeah i have includes
Reply
#4

what type of error you are facing can you paste the errors?
can you post pic of error or type of errors?
Reply
#5

Click at the Image and you will see.
Reply
#6

i cant see any image icon.
oh sorry i can see them now.
can you post lines of errors
Reply
#7

There is a Small Icon in the Post & click it annd See
Reply
#8

pawn Код:
stock AdvertisementCheck(string[])
{
    if(string[0])
    {
        if(!strfind(string,"www.",false) || !strfind(string,"http://",false)
        || !strfind(string,".com",false) || !strfind(string,".net",false)
        || !strfind(string,".de",false)  || !strfind(string,".org",false))
        return true;
       
        new c=1,idx,tmp[32],ip[4];
        for(new i=0;i<strlen(string);i++)
        if(string[i]==' ')
        c++;

        for(new i=0;i<c;i++)
        {
            idx=0;
            tmp = L_strtok(string,idx);
            idx=0;
            tmp = L_strtok(tmp,idx,':');
            ip=SplitIP(tmp);
            if(ip[0] && ip[1] && ip[2] && ip[3]) // We have found and IP :o
            return true;
        }
    }
    return false;
}
Try To Add This Under public LuxGpsSys(playerid).
May Be This Fix Your Problem
Reply
#9

No not works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)