mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-21 12:40:20 -05:00
13 lines
176 B
Plaintext
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
|
|
} |