Jump to content
  • 0

Problema RCOn


Wone

Question

Salut tuturor, am asa o problema.. nu imi merge parola de la rcon... 
Spre exemplu in config.cfg rcon_password 1234
intru pe server dau /rcon login 1234 sis ma da afara imi da kick.. cum gasescs dar parola corecta va org frumos ajutatima

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
public OnRconLoginAttempt(ip[], password[], success)
{
    new playerip[16];
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        GetPlayerIp(i, playerip, sizeof(playerip));
        if(!strcmp(ip, playerip, true))
        {
            Kick(i);
        }
    }
    return 1;

problema este de la ip ?

Link to comment
Share on other sites

  • 0

da numai ca daca stergi aia sau daca stergi numai 

 Kick(i);

iti poate accesa toti rcon-ul si nu va mai primi kick cine va incerca sa va sparga acel rcon

  • Upvote 2

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.