Help error ??
#1

Reply
#2

it's not an error, it's a warning and it means that you never used query in any thing
if so just delete query[128],
Reply
#3

Yes It is only Warning No error
Reply
#4

Quote:
Originally Posted by Eth
Посмотреть сообщение
it's not an error, it's a warning and it means that you never used query in any thing
if so just delete query[128],
delete " new query[128], field[256], DBResult:result; "

Reply
#5

leave it as it was ... it just a warning
Reply
#6

Your version is this :
pawn Код:
new query[128], field[256], DBResult:result;
Just delete this line and add mine :

pawn Код:
new field[256], DBResult:result;
You needed to remove "query[128]," because it was not being used.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)