31.05.2011, 22:29
(
Last edited by 1337connor; 05/06/2011 at 06:29 PM.
)
Today, I have made a plugin called "Alert".
So, the purpose of this plugin is to send an alert to the console, in a red message, and help people to debug their scripts and such. More functionality will be added later such as another parameter, color[];
Example
And this would do ..
[ALERT] Blah has made a rocket launcher
This will also echo in whatever your default Text To Speech voice is, "Blah has made a rocket launcher".
So..
Links:
V2(LATEST)
Plugin Download: http://up.ht/iN8bt3
Source: http://up.ht/jBgo9C
V1
http://www.mediafire.com/?wno9u499a1io19k ( Plugin Download )
http://www.mediafire.com/?5aqueaqcqb7kmi1 ( Source )
CREDITS
Connor - Scripting
RyDeR` - Tutorial
ChangeLog
So, the purpose of this plugin is to send an alert to the console, in a red message, and help people to debug their scripts and such. More functionality will be added later such as another parameter, color[];
Example
Code:
alert("Blah has made a rocket launcher");
[ALERT] Blah has made a rocket launcher
This will also echo in whatever your default Text To Speech voice is, "Blah has made a rocket launcher".
So..
Links:
V2(LATEST)
Plugin Download: http://up.ht/iN8bt3
Source: http://up.ht/jBgo9C
V1
http://www.mediafire.com/?wno9u499a1io19k ( Plugin Download )
http://www.mediafire.com/?5aqueaqcqb7kmi1 ( Source )
CREDITS
Connor - Scripting
RyDeR` - Tutorial
ChangeLog
Code:
Added TTS support. Will now say your text out loud.