disable_nuke_effects 1.1

- Added emp script
- Added all_but_fog and real all with EMP
This commit is contained in:
Resxt
2022-02-18 23:10:13 +01:00
parent 2c3b40afe5
commit 9a94873ecb
3 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#include maps\mp\killstreaks\_nuke;
main()
{
replacefunc(maps\mp\killstreaks\_nuke::nuke_EMPJam, ::disableNukeEmp);
}
disableNukeEmp()
{
}