pls help me from this error
#1

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
Reply
#2

That's odd.
Try to just write localhost instead of db_host.
Reply
#3

don't go
Reply
#4

Did it work?
If not, post the new errors.
Reply
#5

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.
Reply
#6

Put "localhost" , not localhost
Reply
#7

pls paste pawno without 0 error pls
I do not understand
Reply
#8

Код:
dbhandle = mysql_connect("localhost",db_user,db_db,db_pass);
Reply
#9

You're missing a " after #define db_db
Reply
#10

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)