MySQL bug.. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: MySQL bug.. (
/showthread.php?tid=359056)
MySQL bug.. -
x96664 - 12.07.2012
Hi, I've decided to begin with this
tutorial I've made everything there but I'm getting this:
Код:
..\filterscripts\register.pwn(44) : error 017: undefined symbol "mysql_query"
..\filterscripts\register.pwn(161) : error 017: undefined symbol "mysql_query"
..\filterscripts\register.pwn(191) : error 017: undefined symbol "dcmd"
..\filterscripts\register.pwn(192) : error 017: undefined symbol "dcmd"
..\filterscripts\register.pwn(208): warning 203: symbol is never used: "LoginPlayer"
..\filterscripts\register.pwn(208) : warning 203: symbol is never used: "RegisterPlayer"
..\filterscripts\register.pwn(208) : warning 203: symbol is never used: "dcmd_login"
..\filterscripts\register.pwn(208) : warning 203: symbol is never used: "dcmd_register"
..\filterscripts\register.pwn(208) : warning 203: symbol is never used: "explode"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
I've added everything (the plugin and the a_mysql include) but .. Please help me!
Re: MySQL bug.. -
x96664 - 13.07.2012
Bug fixed !
Re: MySQL bug.. -
Silentfood - 13.07.2012
For anyone viewing this in the future, could you say what fixed it? Someone in a few months time may have something similar and find this thread.