MySql Problem-Please Help
#1

Quote:

D:\Sa-mp\Script\gamemodes\new.pwn(794) : error 017: undefined symbol "mysql_debug"
D:\Sa-mp\Script\gamemodes\new.pwn(2327) : error 017: undefined symbol "mysql_fetch_row_format"
D:\Sa-mp\Script\gamemodes\new.pwn(2329) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(2684) : error 017: undefined symbol "mysql_fetch_row_format"
D:\Sa-mp\Script\gamemodes\new.pwn(2686) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(2687) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(4480) : error 021: symbol already defined: "OnPlayerScreenFade"
D:\Sa-mp\Script\gamemodes\new.pwn(4485) : error 021: symbol already defined: "OnPlayerScreenColorFade"
D:\Sa-mp\Script\gamemodes\new.pwn(5843) : error 017: undefined symbol "mysql_fetch_row_format"
D:\Sa-mp\Script\gamemodes\new.pwn(5845) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(5846) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(5847) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(584 : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(5849) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(5850) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(5851) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(9933) : error 017: undefined symbol "mysql_fetch_row_format"
D:\Sa-mp\Script\gamemodes\new.pwn(9935) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(9951) : error 017: undefined symbol "mysql_fetch_row_format"
D:\Sa-mp\Script\gamemodes\new.pwn(9953) : error 017: undefined symbol "mysql_fetch_field_row"
D:\Sa-mp\Script\gamemodes\new.pwn(1227 : error 017: undefined symbol "mysql_fetch_row_format"
D:\Sa-mp\Script\gamemodes\new.pwn(12343) : error 017: undefined symbol "mysql_fetch_row_format"
D:\Sa-mp\Script\gamemodes\new.pwn(12395) : error 017: undefined symbol "mysql_fetch_row_format"
D:\Sa-mp\Script\gamemodes\new.pwn(14661) : error 017: undefined symbol "mysql_fetch_row_format"
D:\Sa-mp\Script\gamemodes\new.pwn(14921) : error 017: undefined symbol "mysql_fetch_row_format"
D:\Sa-mp\Script\gamemodes\new.pwn(1499 : error 017: undefined symbol "mysql_fetch_row_format"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.

I receive this errors. I have the Mysql inc, but I don't know what is the problem, or where is the problem and I can't compile it. I wait a straight ansure.
Reply
#2

Not every mysql plugin is the same ..they all have different functions .. maybe you downloanded a wrong include of mysql
Reply
#3

D:\Sa-mp\Script\gamemodes\new.pwn(794) : error 017: undefined symbol "mysql_debug"

Use blueG MySQL plugin
Reply
#4

Now I get these after use BlueG
Quote:

D:\Sa-mp\Script\gamemodes\new.pwn(595) : error 025: function heading differs from prototype
D:\Sa-mp\Script\gamemodes\new.pwn(1229) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(1315) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(2101) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(2322) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(2352) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(2474) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(2677) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(2682) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(3945) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(4003) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(4036) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(4480) : error 021: symbol already defined: "OnPlayerScreenFade"
D:\Sa-mp\Script\gamemodes\new.pwn(4485) : error 021: symbol already defined: "OnPlayerScreenColorFade"
D:\Sa-mp\Script\gamemodes\new.pwn(507 : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(5103) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(5136) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(5365) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(5415) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(5839) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(7164) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(7194) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(7959) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(7987) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(8006) : error 017: undefined symbol "mysql_query"
D:\Sa-mp\Script\gamemodes\new.pwn(8034) : error 017: undefined symbol "mysql_query"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)