mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-09 03:13:21 +00:00
Made some plugins optional
This commit is contained in:
parent
53191a9e3c
commit
0179109b05
6 changed files with 15 additions and 3 deletions
|
@ -737,6 +737,7 @@ public Action OnVocalizeCommand(int client, const char[] vocalize, int initiator
|
|||
return Plugin_Continue;
|
||||
}
|
||||
|
||||
#if defined _sceneprocessor_included
|
||||
public void OnSceneStageChanged(int scene, SceneStages stage) {
|
||||
if(stage == SceneStage_Spawned) {
|
||||
static int vocalGagID, vocalizeSpecials;
|
||||
|
@ -770,6 +771,7 @@ public void OnSceneStageChanged(int scene, SceneStages stage) {
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
public Action SoundHook(int clients[MAXPLAYERS], int& numClients, char sample[PLATFORM_MAX_PATH], int& entity, int& channel, float& volume, int& level, int& pitch, int& flags, char soundEntry[PLATFORM_MAX_PATH], int& seed) {
|
||||
static int honkID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue