Problema mysql. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Problema mysql. (
/showthread.php?tid=381282)
Problema mysql. -
lokotela1 - 29.09.2012
Buenas, bueno, hoy estaba aburrido y se me ocurrio crear un gm mysql, termine de crear el registro, le doi a compilar, me compila bien pero a la hora de abrir el samp-server.exe me pone esto:
"Script[gamemodes/probando.amx]: Run time error 19: "File or function is not found"
Bueno, os dejo el server.cfg, el server_log y el script.
Server.cfg:
Код:
echo Executing Server Config...
lanmode 0
rcon_password xxxxx
maxplayers 500
port 7777
hostname SA-MP 0.3 Server
gamemode0 probando
plugins streamer mysql
filterscripts
announce 0
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
Server_log:
Код:
----------
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team
[05:35:46] filterscripts = "" (string)
[05:35:46]
[05:35:46] Server Plugins
[05:35:46] --------------
[05:35:46] Loading plugin: streamer
[05:35:46]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[05:35:46] Loaded.
[05:35:46] Loading plugin: mysql
[05:35:47]
> MySQL plugin R7 successfully loaded.
[05:35:47] Loaded.
[05:35:47] Loaded 2 plugins.
[05:35:47]
[05:35:47] Filterscripts
[05:35:47] ---------------
[05:35:47] Loaded 0 filterscripts.
[05:35:47] Script[gamemodes/probando.amx]: Run time error 19: "File or function is not found"
[05:35:47] Number of vehicle models: 0
Script
Espero que me podais ayudar.
EDITO: YA LO E SOLUCIONADO, NOSE COMO BORRAR EL POST.
Respuesta: Problema mysql. -
TheChaoz - 29.09.2012
Los threads en general no se borran, seria bueno que postees la solucion que encontraste, para que a futuro, si alguien tiene este problema y encuentra este post, la puede ver y evitamos la creacion de threads repetidos.
Re: Respuesta: Problema mysql. -
lokotela1 - 29.09.2012
Quote:
Originally Posted by the_chaoz
Los threads en general no se borran, seria bueno que postees la solucion que encontraste, para que a futuro, si alguien tiene este problema y encuentra este post, la puede ver y evitamos la creacion de threads repetidos.
|
Tenia una version de mysql no compatible con el codigo, puse la r6 y me funciono.