Jump to content
  • 0

Sprijin- Problema GM Blown


NaturaL

Question

Nick: NaturaL

Problema:Salut. Folosesc GM blown si am observat un bug si anume ca orice player normal isi poate da admin singur ... Gm blown are acea chestie cu EsteManager si acolo am doar numele meu si al unui baiat dar si restul playerilor isi pot da admin singuri pe server ... cu toate ca nu apar acolo

Erori / warnings: -

Lini/script: [pawn]    forward EsteManager(playerid);

    public EsteManager(playerid)

    {

    if(IsPlayerConnected(playerid))

    {

    new nume[512];

          GetPlayerName(playerid, nume, sizeof(nume));

    //                Creator !

          if((strcmp(nume, "test", true) == 0) || (strcmp(nume, "test", true) == 0) || (strcmp(nume, "", true) == 0) || (strcmp(nume, "", true) ==0))

          {

      return 1;

    }

    }

    return 0;

    }[/pawn]

Ai incercat sa rezolvi singur ?: -

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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.