mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-07 12:29:04 -05:00
Buildables: add deny player dialog
This commit is contained in:
@ -378,6 +378,7 @@ craftable_place_think()
|
||||
if (player.score < self.stub.cost)
|
||||
{
|
||||
self play_sound_on_ent( "no_purchase" );
|
||||
player maps\mp\zombies\_zm_audio::create_and_play_dialog( "general", "no_money_weapon" );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user