SA-MP Forums Archive
Help error ?? - 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: Help error ?? (/showthread.php?tid=538658)



Help error ?? - daydien789 - 23.09.2014




Re: Help error ?? - Eth - 23.09.2014

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],


Re: Help error ?? - psoni9697 - 23.09.2014

Yes It is only Warning No error


Re: Help error ?? - daydien789 - 23.09.2014

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; "




Re: Help error ?? - psoni9697 - 23.09.2014

leave it as it was ... it just a warning


Re: Help error ?? - iSkate - 23.09.2014

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.