'Ti sei ucciso da solo' a schermo

master
Zughy 2020-08-09 23:43:14 +02:00
parent 7991f295ac
commit c88fe7a80c
1 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ function kill(arena, p_name, target)
if t_name ~= p_name then
-- informo dell'uccisione
quake.HUD_broadcast_player(p_name, S("YOU'VE KILLED @1", minetest.colorize("#eea160", t_name)), 2.5)
quake.HUD_broadcast_player(p_name, S("YOU'VE KILLED @1", t_name), 2.5)
minetest.chat_send_player(t_name, minetest.colorize("#d7ded7", S("You've been killed by @1", minetest.colorize("#eea160", p_name))))
local p_stats = arena.players[p_name]
@ -314,7 +314,7 @@ function kill(arena, p_name, target)
end
end
else
minetest.chat_send_player(t_name, minetest.colorize("#d7ded7", S("You've killed yourself")))
quake.HUD_broadcast_player(t_name, S("You've killed yourself"), 2.5)
end
end