Removed debug test commands from previous commit, added ambientsounds module, removed old, and removed some unused translations phrases.
This commit is contained in:
@ -75,14 +75,6 @@ public Action:SayCommand(client, argc)
|
||||
{
|
||||
ZR_PrintToChat(client, "!ztele stuck");
|
||||
}
|
||||
else if (StrEqual(args, "play", false))
|
||||
{
|
||||
SEffectsEmitAmbientSound("ambient/machines/heli_pass_distant1.wav");
|
||||
}
|
||||
else if (StrEqual(args, "stop", false))
|
||||
{
|
||||
SEffectsStopAmbientSound("ambient/machines/heli_pass_distant1.wav");
|
||||
}
|
||||
|
||||
return Plugin_Continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user