Removed all non-forwarding code from events.inc and moved to appropriate modules.

This commit is contained in:
Greyscale
2009-05-20 19:15:55 -07:00
parent 6e464880f4
commit a1aebe5ca5
3 changed files with 24 additions and 25 deletions

View File

@ -129,6 +129,17 @@ public OverlaysQueryClientDXLevel(QueryCookie:cookie, client, ConVarQueryResult:
g_iOverlaysDXL[client] = StringToInt(cvarValue);
}
/**
* Client is spawning into the game.
*
* @param client The client index.
*/
OverlaysOnClientSpawn(client)
{
// Update overlay.
OverlaysClientUpdateOverlay(client);
}
/**
* The round is starting.
*/