19.07.2013, 22:55
You shouldn't expect to be spoon fed everything you need to get what you want.
There are a few ways to get black bars (a.k.a. cinema bars). One is to use 'TextDrawUseBox' then using 'TextDrawSetBoxColor'. The other is to use the TextDraw sprite for the white box image, then changing its color to black and using TextDrawSetTextSize to stretch it proper.
I prefer the white box method as it allows for more finer sizes and measurements.
example: Inventory Window built with stretched and colored white boxes
There are a few ways to get black bars (a.k.a. cinema bars). One is to use 'TextDrawUseBox' then using 'TextDrawSetBoxColor'. The other is to use the TextDraw sprite for the white box image, then changing its color to black and using TextDrawSetTextSize to stretch it proper.
I prefer the white box method as it allows for more finer sizes and measurements.
example: Inventory Window built with stretched and colored white boxes

