SA-MP Forums Archive
new var = tagof(_:); crashes the compiler - 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: new var = tagof(_:); crashes the compiler (/showthread.php?tid=577671)



new var = tagof(_:); crashes the compiler - Yashas - 13.06.2015

Any alternative?

Код:
#define SQL(%0)%1; new SQL:%1 = tagof(%0:);
I have tried this too
Код:
#define SQL(%0)%1; new SQL:%1 = (tagof(%0:));