mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-06-19 07:38:00 -05:00
Add zombie dog ai.
This commit is contained in:
@ -36,6 +36,10 @@ command_thread()
|
||||
{
|
||||
player iPrintLn( player maps\mp\zombies\_zm_zonemgr::get_player_zone() );
|
||||
}
|
||||
else if ( message == "points" )
|
||||
{
|
||||
player.score = 1000000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user