[Tool/Web/Other] codeGenerators.pl v2.0 - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (
https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] codeGenerators.pl v2.0 (
/showthread.php?tid=454423)
Re: codeGenerators.pl v2.0 -
XxBaDxBoYxX - 02.09.2013
Very nice.
Rep+
Re: codeGenerators.pl v2.0 -
tboysamp - 30.01.2014
this is nice.
Rep+
Re: codeGenerators.pl v2.0 -
Patrik356b - 30.01.2014
Nice tool but I have found an issue with it;
In Textdraw Generator -> Color
Input:
Output:
Code:
TextDrawColor(sometd, 0x000000FF);
Re: codeGenerators.pl v2.0 -
iZN - 30.01.2014
Awesome work.
Re: codeGenerators.pl v2.0 -
newbie scripter - 30.01.2014
Really Useful
Re: codeGenerators.pl v2.0 -
Y_Less - 02.02.2014
I'm impressed - this is the closest I've ever seen anyone get to writing an accurate brace counter. But there are still two problems:
1) You called it a "bracket" counter. These are brackets: (), these are braces: {}.
2)
pawn Code:
{
#if SOMETHING
}
#else
}
#endif
Re: codeGenerators.pl v2.0 -
Kar - 02.02.2014
Amazing how it ignores comments
But the 'error between line x and y' is a bit bugged, but this is very useful