database help
#1

C:\Users\Ah\Desktop\Scripts\ 0.3.7\gamemodes\LRP.pwn(16527) : warning 204: symbol is assigned a value that is never used: "string"
C:\Users\Ah\Desktop\Scripts\ 0.3.7\gamemodes\LRP.pwn(29120) : error 017: undefined symbol "localhost"
C:\Users\Ah\Desktop\Scripts\ 0.3.7\gamemodes\LRP.pwn(29120) : error 017: undefined symbol "bwpVSshMSSWxj5q"
C:\Users\Ah\Desktop\Scripts\ 0.3.7\gamemodes\LRP.pwn(29120) : error 029: invalid expression, assumed zero
C:\Users\Ah\Desktop\Scripts\ 0.3.7\gamemodes\LRP.pwn(29120) : fatal error 107: too many error messages on one line
Reply
#2

How can we help if there are no codes?
Reply
#3

the hell is hat ?
Quote:

bwpVSshMSSWxj5q

Reply
#4

Looks like on line 29120 you tried to set host and password to connect to tatabase and there's something like that:

mysql_connect( localhost, "root", bwp... );

You must wrap those parameters in double quotes:

mysql_connect( "localhost", "root", "bwp..." );


...I guess, since you didn't provide any code
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)