Jump to content

Recommended Posts

Posted

salut, am si eu erorile astea 2 de vreo 2 -3 zile am incercat si eu sa le rezolv.. dar nu le dau de capat..

 

C:\Users\lxrd.rol3x1337\Desktop\gamemode's\filehost_b-hood2k19 (2)\HPQ123 samp\gamemodes\B-HOOD.pwn(1553) : warning 217: loose indentation
C:\Users\lxrd.rol3x1337\Desktop\gamemode's\filehost_b-hood2k19 (2)\HPQ123 samp\gamemodes\B-HOOD.pwn(1559) : warning 217: loose indentation

 

1553  switch(SERVER_HOSTSTATUS) {
1554        case 0: SQL = mysql_connect("", "", "", ""), print("Server: Oficial");  //SQL = mysql_connect("localhost", "root", "bhood", ""), print("Server: Oficial"); // mare
1555       case 1: SQL = mysql_connect("", "", "", ""), print("Server: Beta"); // beta
1556       case 2: SQL = mysql_connect("localhost", "root", "b-hood", ""), print("Server: localhost");

1557    }

1558

 1559   switch(mysql_errno()) {

Posted

Trebuie indentate apasand TAB. Vezi in gamemode alte exemple. Incearca asa:

switch(SERVER_HOSTSTATUS) {
    case 0: SQL = mysql_connect("", "", "", ""), print("Server: Oficial");  //SQL = mysql_connect("localhost", "root", "bhood", ""), print("Server: Oficial"); // mare
    case 1: SQL = mysql_connect("", "", "", ""), print("Server: Beta"); // beta
    case 2: SQL = mysql_connect("localhost", "root", "b-hood", ""), print("Server: localhost");

}

Posted

Aceste tip de warninguri inseamna neasezarea corecta in pagina codului, verifica daca sunt cum trebuie in linie, ci nu una mai departe/aproape, etc

Posted
30 minutes ago, adversaru said:

da-mi add pe discord 

adversaru#9919

nu merge, da-mi tu.. rol3x vulcanizare#6729

 

Posted
36 minutes ago, AlexxAdv said:

Aceste tip de warninguri inseamna neasezarea corecta in pagina codului, verifica daca sunt cum trebuie in linie, ci nu una mai departe/aproape, etc

m-am uitat si acolo in asezare.. pare a fi ok.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.