Added the core of the modifying alltalk feature. WARNING: Untested (but compiles), the cvars to disable it have no effect, and it may be incomplete depending on some questions I have.

This commit is contained in:
Greyscale
2009-08-21 12:47:32 -07:00
parent 8016864474
commit 904edb2594
5 changed files with 98 additions and 5 deletions

View File

@ -91,7 +91,7 @@ public Action:EventRoundStart(Handle:event, const String:name[], bool:dontBroadc
VolOnRoundStart();
// Fire post round_start event.
CreateTimer(0.0, EventRoundStartPost);
//CreateTimer(0.0, EventRoundStartPost);
}
/**
@ -102,10 +102,10 @@ public Action:EventRoundStart(Handle:event, const String:name[], bool:dontBroadc
* @param name Name of the event.
* @dontBroadcast If true, event is broadcasted to all clients, false if not.
*/
public Action:EventRoundStartPost(Handle:timer)
{
//public Action:EventRoundStartPost(Handle:timer)
//{
// Forward event to modules.
}
//}
/**
* Event callback (round_freeze_end)