ItsMods

Full Version: Syntax Checker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Update: Current Version 1.4

This is my new syntax checker version 1.3
It checks for errors in your code such as:
1. Unknown function Example: "self thread hey();" or ::hey;
2. Missing Semi-Colons
3. Missing : in case statements
4. Too many/Too little ",{},(),[]
5. Shows you the line of your error

Screenshot:
[Image: 9ce7779935ca4ff99cf406d.png]

VirusScan: http://www.virustotal.com/file-scan/repo...1313617836

Feedback would be nice

Credits:
James Blanford for Remove Comments Code
Blackstorm for code formatter
Kiwi and pcfreak for design inspiration
Nice program ! Smile

How did you make the function list? Because http://www.zeroy.com/script/ is outdated. Did you use the wordlist?

On another note, you shouldn't use 'wait 0.001' it makes the server lag. You should use 'wait .05' (1 server frame)
(08-18-2011, 20:36)Pozzuh Wrote: [ -> ]Nice program ! Smile

How did you make the function list? Because http://www.zeroy.com/script/ is outdated. Did you use the wordlist?

On another note, you shouldn't use 'wait 0.001' it makes the server lag. You should use 'wait .05' (1 server frame)

I didnt use a function list, might later, but as of now I didnt
I used visual studio and I had 0.2; but I guess i changed it
Some feedback.

I totally love the format code tool, it's awesome.
But the syntax checker notes (almost) every for loop as a false positive.
(08-18-2011, 20:49)Pozzuh Wrote: [ -> ]Some feedback.

I totally love the format code tool, it's awesome.
But the syntax checker notes (almost) every for loop as a false positive.

Could you give me an example so i could fix it
though i no more mod BO i say GJ to you.
that will be very helpful to all BO modders.
(08-18-2011, 22:05)G-Man Wrote: [ -> ]though i no more mod BO i say GJ to you.
that will be very helpful to all BO modders.

This works just as well for any other cod.