From EventScripts Community Encyclopedia
Description
block enable executes every time a script addon is enabled with es_enable
Example
es_enable myscript
//cstrike/addons/eventscripts/myscript/es_myscript.txt
block enable
{
es_log Myscript has been enabled
}
|
|