Increase player model size

This commit is contained in:
Jean-Patrick Guerrero 2021-01-24 00:33:19 +01:00
parent 288821dda5
commit 7030441d5d
1 changed files with 1 additions and 1 deletions

View File

@ -2205,7 +2205,7 @@ local function get_inventory_fs(player, data, fs)
local anim = player:get_local_animation()
--fs("style[player_model;bgcolor=black]")
fs(fmt("model", (__3darmor or __skinsdb) and 0.2 or 0, 0.2, 4, 5.5, "player_model",
fs(fmt("model", (__3darmor or __skinsdb) and 0.2 or 0, 0.2, 4, 5.7, "player_model",
props.mesh, concat(props.textures, ","), "0,-150", "false", "false",
fmt("%u,%u", anim.x, anim.y)))
else