mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 22:53:21 +00:00
Changes
This commit is contained in:
parent
f3ff80c5ab
commit
9a5aa5dd5f
24 changed files with 478 additions and 101 deletions
|
@ -343,6 +343,9 @@ public void OnMapStart() {
|
|||
}
|
||||
Game.State = State_Unknown;
|
||||
}
|
||||
public void OnMapEnd() {
|
||||
Game.Cleanup();
|
||||
}
|
||||
|
||||
public void ThinkPost(int entity) {
|
||||
static int iTeamNum[MAXPLAYERS+1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue