Nick change to bannedplayer
#7

PHP код:
stock CheckBan(ip[])
{
    new 
string[20];
    new 
Filefile fopen("ban.cfg"io_read);
    while(
fread(filestring))
    {
        if(
strcmp(ipstringtruestrlen(ip)) == 0)
        {
            
fclose(file);
            return 
1;
        }
    }
    
fclose(file);
    return 
0;

Reply


Messages In This Thread
Nick change to bannedplayer - by Lloyde - 03.11.2016, 13:01
Re: Nick change to bannedplayer - by Yaa - 03.11.2016, 13:10
Re: Nick change to bannedplayer - by Lloyde - 03.11.2016, 13:15
Re: Nick change to bannedplayer - by Yaa - 03.11.2016, 13:30
Re: Nick change to bannedplayer - by Lloyde - 03.11.2016, 13:34
Re: Nick change to bannedplayer - by Yaa - 03.11.2016, 13:39
Re: Nick change to bannedplayer - by Lloyde - 03.11.2016, 13:41
Re: Nick change to bannedplayer - by Yaa - 03.11.2016, 13:48
Re: Nick change to bannedplayer - by Lloyde - 03.11.2016, 13:51
Re: Nick change to bannedplayer - by Lloyde - 03.11.2016, 13:55

Forum Jump:


Users browsing this thread: 1 Guest(s)