Jump to content

[REZOLVAT] Problema.


CRGAdv
 Share

Recommended Posts

Imi apare asta dar nu am idee de ce, pana acum a functionat gigel serverul.

[19:34:58] [debug] Run time error 19: "File or function is not found"
[19:34:58] [debug]  cache_get_value_name_int
[19:34:58] [debug]  cache_get_value_name
[19:34:58] [debug]  cache_get_value_name_float
[19:34:58] [debug] Run time error 19: "File or function is not found"
[19:34:58] [debug]  cache_get_value_name_int
[19:34:58] [debug]  cache_get_value_name
[19:34:58] [debug]  cache_get_value_name_float
[19:34:58] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[19:34:58] Number of vehicle models: 0

 

 

 

 

 

Link to comment
Share on other sites

Acum 2 minute, CRGAdv a spus:

la pornire server.

Eu doar te-am intrebat daca ai erori la compilare ... ?

The optimist thinks that this is the best of all possible worlds, and the pessimist knows it. -- J. Robert Oppenheimer, "Bulletin of Atomic Scientists"

 

 

 

Link to comment
Share on other sites

Ar putea fi si de la conexcsiunea cu mysql ... adica cum este pe majoritatea SQL = mysql_connect(MYSQL_HOST, MYSQL_NAME, MYSQL_DB, MYSQL_PASS);

#define MYSQL_HOST "localhost" (sau 127.0.0.1)

#define MYSQL_NAME "root"

#define MYSQL_DB "numele_de_la_baza_ta_respectiva" (daca nu stii o poti creea din localhost/phpmyadmin)

#define MYSQL_PASS ""

 

pe majoritatea gm-urilor gasesti functia SQL = mysql_connect(MYSQL_HOST, MYSQL_NAME, MYSQL_DB, MYSQL_PASS); (la OnGameModeInit)

 

Sau in loc de tot ce ti-am dat mai sus ai putea sa pui foarte simplu asa SQL = mysql_connect("127.0.0.1", "root", "namebazadate", "parola"); Daca ai rezolvat ceva da-mi msj privat si te ajut in continuare, app daca nu merge nici cu conectiunea la mysql (s-ar putea in ori ce caz sarputea sa fie de la pluginul MYSQL.DLL sau MYSQL.SO (depinde pe ce ruleaza gm localhost sau prot host)) bafta !

Link to comment
Share on other sites

Versiunea de SQL cu care ai compilat nu corespunde cu cea pe care o folosesti ca si plugin.

Respecta si vei fi respectat.

 

BigInt Pawn:

Pacman C++: 

Snake C++:

Minesweeper C++:

 

mattbb.cash

leaks.ro

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...