SA-MP Forums Archive
result - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: result (/showthread.php?tid=90798)



result - nuriel8833 - 10.08.2009

is all over this code is for the result?:
pawn Код:
idx++;
        }
        new offset = idx;
        new result[64];
        while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
        {
            result[idx - offset] = cmdtext[idx];
            idx++;
        }
        result[idx - offset] = EOS;




Re: result - MadeMan - 10.08.2009

Yes.


Re: result - nuriel8833 - 10.08.2009

OK-any more answers just to make sure....