SA-MP Forums Archive
MYSQL Problem - 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: MYSQL Problem (/showthread.php?tid=502506)



MYSQL Problem - Cam972 - 24.03.2014

(sorry for the English, i'm French)

Hi everybody,

I have some problems with MYSQL

First problem, 2 warnings with that : "mysql_debug(1);"

C:\Users\Willem\Downloads\olrp 0.3z\gamemodes\OLU.pwn(16611) : warning 206: redundant test: constant expression is non-zero
C:\Users\Willem\Downloads\olrp 0.3z\gamemodes\OLU.pwn(16611) : warning 215: expression has no effect

And when i want to start my server in localhost, the server no responding whereas the script don't have error :/


Re: MYSQL Problem - Vince - 24.03.2014

This means that you're doing something like
pawn Код:
if(1 == 1)
which is always true and thus redundant.


Re : MYSQL Problem - Cam972 - 24.03.2014

fixed ! thanks but the other problem is not fixed :/