Addon Details

Watch - Add Favorite


Does this version work for you?
1
w00ts
w00t!2

ScriptViewer - Version 1.1

posted on 2011-05-25 15:43:23
by nvk



Description

[b]This plugin allows you to see the source of any installed plugin ingame![/b] The script is very simple to use. Install the plugin and type [code]es_load scriptviewer[/code] to load the plugin Now, from ingame, type [code]viewscript scriptname[/code] in console and the source will be displayed. If the plugin doesn't exist, you will be told so. Great tool when debugging plugins!

Version Notes For 1.1

Updated on: 2011-05-26 05:52:11 EST by nvk (View Zip Contents)
- Fixed es.getargc (wasn't called as a function) - File content is now shown using f.read() instead of line by line. No more extra blank lines. - Added f.close() to reduce lag.

( Previous Versions )