Add WaitingForPlayers forwards to TF2 extension (bug 4704, r=pred)

This commit is contained in:
Brett Powell
2010-11-19 17:58:46 +13:00
parent 6267c17c6b
commit c9eaca0e56
8 changed files with 177 additions and 1 deletions
+14
View File
@@ -280,6 +280,20 @@ forward Action:TF2_OnGetHoliday(&TFHoliday:holiday);
*/
native bool:TF2_IsPlayerInDuel(client);
/**
* Called when the server enters the Waiting for Players round state
*
* @noreturn
*/
forward TF2_OnWaitingForPlayersStart();
/**
* Called when the server exits the Waiting for Players round state
*
* @noreturn
*/
forward TF2_OnWaitingForPlayersEnd();
/**
* Do not edit below this line!
*/