pls help me from this error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: pls help me from this error (
/showthread.php?tid=602509)
pls help me from this error -
kevi11 - 08.03.2016
This is my gamemode:
http://pastebin.com/wqRMbAgE
Error: C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\gmrp.pwn(85) : error 017: undefined symbol "db_host"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
PLS HELP ME
Re: pls help me from this error -
CalvinC - 08.03.2016
That's odd.
Try to just write localhost instead of db_host.
Re: pls help me from this error -
kevi11 - 08.03.2016
don't go
Re: pls help me from this error -
CalvinC - 08.03.2016
Did it work?
If not, post the new errors.
Re: pls help me from this error -
kevi11 - 08.03.2016
C:\Users\Kevin11\Desktop\Nuova cartella\gamemodes\gmrp.pwn(85) : error 017: undefined symbol "localhost"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: pls help me from this error -
Banditul18 - 08.03.2016
Put "localhost" , not localhost
Re: pls help me from this error -
kevi11 - 08.03.2016
pls paste pawno without 0 error pls
I do not understand
Re: pls help me from this error -
CalvinC - 08.03.2016
Код:
dbhandle = mysql_connect("localhost",db_user,db_db,db_pass);
Re: pls help me from this error -
Golden96 - 08.03.2016
You're missing a " after #define db_db
Re: pls help me from this error -
Vince - 08.03.2016
Line 10:
Код:
#if defined FILTERSCRIPT
I can't see it being defined anywhere. And hence everything between that line and the next #else is ignored by the compiler. Remove that line, the #else and the #endif.