1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-06 11:58:41 -05:00

Convert strings to localizedstrings

This commit is contained in:
Jbleezy
2023-12-25 03:31:27 -08:00
parent aba3b7874b
commit 98255696a3
15 changed files with 228 additions and 107 deletions

View File

@ -71,7 +71,7 @@ item_meat_on_spawn_retrieve_trigger(watcher, player, weaponname)
{
if (!is_true(player._kicking_meat))
{
other_player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg("Meat thrown!");
other_player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg(&"ZOMBIE_MEAT_THROWN");
}
}
}