OMG, Ban help [Help me] ;( ;(
#7

Quote:
Originally Posted by BroZeus
Посмотреть сообщение
show the stock of this CheckBan(szPlayerIP)
Its not found. But i think its CheckBan(ip)

Код:
stock CheckBan(ip[])
{
	new string[20];
    new File: file = fopen("ban.cfg", io_read);
	while(fread(file, string))
	{
	    if(strcmp(ip, string, true, strlen(ip)) == 0)
	    {
	        fclose(file);
	        return 1;
	    }
	}
	fclose(file);
	return 0;
}
Reply


Messages In This Thread
OMG, Ban help [Help me] ;( ;( - by ChristianIvann09 - 31.03.2014, 05:17
Re: OMG, Ban help [Help me] ;( ;( - by LocMax - 31.03.2014, 05:25
Re: OMG, Ban help [Help me] ;( ;( - by ChristianIvann09 - 31.03.2014, 05:45
Re: OMG, Ban help [Help me] ;( ;( - by ChristianIvann09 - 31.03.2014, 06:39
Re: OMG, Ban help [Help me] ;( ;( - by NEXT0LIFE0RP - 31.03.2014, 07:22
Re: OMG, Ban help [Help me] ;( ;( - by BroZeus - 31.03.2014, 07:25
Re: OMG, Ban help [Help me] ;( ;( - by ChristianIvann09 - 31.03.2014, 07:53
Re: OMG, Ban help [Help me] ;( ;( - by ChristianIvann09 - 31.03.2014, 09:32

Forum Jump:


Users browsing this thread: 2 Guest(s)