Jump to content
  • 0

Problema Mode Unknow


Question

Posted

Problema intalnita (descriere):Folosesc gamemode vProject si imi apare la mode unknown ( Am server cumparat LINUX ) Am pus terminatia la plugins .so si conexiunea mysql e bine 
Ero(area / rile) / warning-(ul / urile):Cand o compilez apare 

Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase

Header size:          22780 bytes
Code size:          2077944 bytes
Data size:          9009936 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:11127044 bytes

De ce apare Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion ?


Liniile de cod / sursa / script-ul(obligatoriu): -
Imagini / Video (optional):Nu am
Ati incercat sa rezolvati singur?: Da

5 answers to this question

Recommended Posts

  • 0
Posted
6 minutes ago, S1meD said:

GM-ul vProject are o problema cu conexiunea la linux, dute la OnGameModeInit si baga colo conexiunea ca prin myacc.inc nu merge.

si cum pun asa ?

// MySQL
    MySQLConnect();

#define mysql_host "ip"
#define mysql_user "user"
#define mysql_password "parola"
#define mysql_database "nume db"

 

  • 0
Posted
Acum 1 minut, George. a spus:

si cum pun asa ?

// MySQL
    MySQLConnect();

#define mysql_host "ip"
#define mysql_user "user"
#define mysql_password "parola"
#define mysql_database "nume db"

 

Da, dar poti face si asa

 

Citat


  handle = mysql_connect("IP","User","Baza date","Parola");
   /* if(handle && mysql_errno(handle) == 0)
    {
        mysqlstatus = 1;
    }
    else
    {
        return 1;
    }*/

 

  • 0
Posted

Daca nu stiti gamemode-ul nu mai vorbiti aiurea..

 

Da-ne server.log...

 

Si conexiunea se face in myacc.inc!  Functioneaza aexcelent svr-ul cu acest include. da-ne server.log si imediat te rezolv

  • 0
Posted
7 minutes ago, George. said:

si cum pun asa ?

// MySQL
    MySQLConnect();

#define mysql_host "ip"
#define mysql_user "user"
#define mysql_password "parola"
#define mysql_database "nume db"

 

Multumesc foarte mult ai  + 1

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.