Add z_index

This commit is contained in:
Wuzzy 2020-04-07 14:31:49 +02:00
parent bf800aa5f9
commit d3d432b33a
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ cmsg.push_message_player = function(player, text)
direction = 3,
alignment = {x=0,y=1},
scale = {x=800,y=20*cmsg.settings.max_messages},
z_index = 10,
})
cmsg.messages[pname] = {}
cmsg.next_msgids[pname] = 0