Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

Salu folosesc gm b-hood am un bug si nu stiu sa o fac daca eu sunt pe server si fratele vrea sa vina si  el pe sv ii arata  "doar o conecsiune" cum rezolv  , spuneti unde trebuie sa caut si ce sa scriu!

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

Cauta asta in gamemode :

 

Citat

if(CountIP(GetIP(playerid)) > 1 && strcmp(GetIP(playerid), "127.0.0.1", true) != 0) {
        SCM(playerid, COLOR_WARNING, "Sunt permise doar o conexiune!");
        KickEx(playerid);
        return true;
    }

 

Si inlocuieste cu :

Citat

/*if(CountIP(GetIP(playerid)) > 1 && strcmp(GetIP(playerid), "127.0.0.1", true) != 0) {
        SCM(playerid, COLOR_WARNING, "Sunt permise doar o conexiune!");
        KickEx(playerid);
        return true;
    }*/

Adica o dezactivezi. Sper ca am fost de ajutor. 

 

P.S : Dupa ce faci asta , trebuie compilat.

Edited by RaulDume

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.