SA-MP Forums Archive
[AYUDA] Mysql Conectar - 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: [AYUDA] Mysql Conectar (/showthread.php?tid=327916)



[AYUDA] Mysql Conectar - ValenRatti - 22.03.2012

Bueno, tengo todo lo de blue-g pongo esto:
pawn Код:
forward MySQLConnect(sqlhost[], sqluser[], sqlpass[], sqldb[]);

main()
{
    MySQLConnect(MYSQL_HOST,MYSQL_USER,MYSQL_PASS,MYSQL_DB);
}
y me sale esto
Код:
error 004: function "MySQLConnect" is not implemented
Emm no entiendo...


Respuesta: [AYUDA] Mysql Conectar - Harrinston - 23.03.2012

Tenйs que crear la funciуn, con la declaraciуn de un forward no alcanza, tendrнas que agregar el public con la funciуn adentro de йl.


Respuesta: [AYUDA] Mysql Conectar - ValenRatti - 23.03.2012

Jajajaj es verdad, me olvide xDDD