SA-MP Forums Archive
Help me scripters! - 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 me scripters! (/showthread.php?tid=551640)



Help me scripters!..........+REP if helped. - Brys - 20.12.2014

Codes:

pawn Код:
*Line 124359* new query[128], field[256], DBResult:result;

_______________________________________________________________

              new query[128], field[256], DBResult:result;
    result = db_query(MailDB, "SELECT * FROM `Letters`");
    if (db_num_rows(result) != 0)
    {
        for (new i = 0, rows = db_num_rows(result); i < rows; i ++)
        {

Error :
pawn Код:
(124359) : warning 204: symbol is assigned a value that is never used: "query"



Re: Help me scripters! - JeaSon - 20.12.2014

lol you didnt used query just delete it


Re: Help me scripters! - Brys - 20.12.2014

Doesn't work............just remove query word ?