[Urgent] OnRconLoginAttemp
#6

pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(!sucess)
    {
    format(string, sizeof(string), "{FF0000}AdmWarning{FFFF00}: %s is attempting to log on the Rcon.",sendername);
    ABroadCast(COLOR_WHITE,string,100001);
    Kick(sendername);
   }
    if(success)
    {
        format(string, sizeof(string), "{FF0000}AdmWarning{FFFF00}: %s has successfully logged it on the Rcon.",sendername);
        ABroadCast(COLOR_WHITE,string,100001);
    }
}
Reply


Messages In This Thread
[Urgent] OnRconLoginAttemp - by D3vin - 05.05.2014, 17:11
Re: [Urgent] OnRconLoginAttemp - by Lordzy - 05.05.2014, 17:14
Re : [Urgent] OnRconLoginAttemp - by D3vin - 05.05.2014, 17:17
AW: [Urgent] OnRconLoginAttemp - by Nero_3D - 05.05.2014, 17:18
Re : [Urgent] OnRconLoginAttemp - by D3vin - 05.05.2014, 17:27
Re: [Urgent] OnRconLoginAttemp - by Eth - 05.05.2014, 17:32
Re : [Urgent] OnRconLoginAttemp - by D3vin - 05.05.2014, 17:37
Re: [Urgent] OnRconLoginAttemp - by Eth - 05.05.2014, 17:39
Re : [Urgent] OnRconLoginAttemp - by D3vin - 05.05.2014, 17:44

Forum Jump:


Users browsing this thread: 1 Guest(s)