does anyone know how to change the number of slots in OtclientV8 (OTCAcademy)?
I changed this code:
to this one:
after this change the backpack stopped opening
I changed this code:
LUA:
MiniWindowContents
padding-right: 0
layout:
type: grid
cell-size: 34 34
flow: true
to this one:
LUA:
MiniWindowContents
padding-top: 4
padding-bottom: 4
padding-right: 0
padding-left: 8
layout:
type: grid
cell-size: 34 34
cell-spacing: 2
flow: true
Last edited: