MYSQL Problem
#1

(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 :/
Reply
#2

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)