Help Command
#5

Код HTML:
public OnRconLoginAttempt(ip[], password[], success)
{
	new pip[16];
 	for(new i=0; i<MAX_PLAYERS; i++)
  	{
   		GetPlayerIp(i, pip, sizeof(pip));
        if(!strcmp(ip, pip, true))
        if(!success)
    		Kick(i);
    	if(success && !TrueRcon[i])
        	Kick(i);
   	{
    return 1;
}
This should work.
Reply


Messages In This Thread
Help Command - by itachi - 24.03.2015, 21:06
Re: Help Command - by JaydenJason - 24.03.2015, 21:09
Re: Help Command - by kepa333 - 24.03.2015, 21:26
Re: Help Command - by itachi - 24.03.2015, 21:37
Re: Help Command - by kepa333 - 24.03.2015, 22:09

Forum Jump:


Users browsing this thread: 2 Guest(s)