1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-21 12:40:20 -05:00
Files
BO2-Reimagined/scripts/zm/replaced/_zm_weap_emp_bomb.gsc
2021-12-17 19:17:08 -08:00

13 lines
176 B
Plaintext

#include maps\mp\_utility;
#include common_scripts\utility;
#include maps\mp\zombies\_zm_utility;
player_emp_on()
{
// no player emp
}
player_emp_off()
{
// no player emp
}