Jump to content
  • 0

Question

Posted

Salut, am si eu un server de samp si tot intra cineva si se face admin :(( Am bagat asta

[pawn]public OnRconLoginAttempt(ip[], password[], success)

{

    if(success) return 1;

    new pip[16], pName[24];

    for(new i=0; i<MAX_PLAYERS; i++)

    {

        GetPlayerIp(i, pip, sizeof(pip));

        if(!strcmp(ip, pip, true))

        {

            GetPlayerName(i, pName, 24);

            if(strcmp(pName, "Brain_OConner"))

            {

                SendClientMessage(i, COLOR_LIDER, "Nu esti Brain!");

                PlayerInfo[pLocked] = 1

                Ban(i);

            }

        }

    }

    return 1;

}[/pawn]

si tot ma baneaza :(( va rog ma ajutati ?

Rate me :)

6 answers to this question

Recommended Posts

Posted

Am un FS intitular "PING" si nu are fisierul .pwn .. si are ANTI-DEAMX ;)) Posibil ca acel fisier sa fie o comanda nu? pentru ca nu am vazut folosul acelui FS :|

Rate me :)

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.