20.07.2011, 14:44
An Error
20.07.2011, 15:01
Make sure you have the includes.
20.07.2011, 15:11
Yeah i have includes
20.07.2011, 15:15
what type of error you are facing can you paste the errors?
can you post pic of error or type of errors?
can you post pic of error or type of errors?
20.07.2011, 15:16
Click at the Image and you will see.
20.07.2011, 15:18
i cant see any image icon.
oh sorry i can see them now.
can you post lines of errors
oh sorry i can see them now.
can you post lines of errors
20.07.2011, 15:22
There is a Small Icon in the Post & click it annd See
20.07.2011, 15:27
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;
}
May Be This Fix Your Problem
20.07.2011, 15:30
No not works
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)

