View Single Post
Author Message
GlobalPlague
Senior Member
Join Date: Feb 2016
Location: Pluto
Old 12-01-2021 , 06:53   What value will move HUD message a little bit upper?
Reply With Quote #1

Hello. I would like to know what value will move the HUD info message a little bit upper.

So, this is the value I currently use:

Code:
// HUD messages
const Float:HUD_EVENT_X = -1.0
const Float:HUD_EVENT_Y = 0.17
const Float:HUD_INFECT_X = 0.05
const Float:HUD_INFECT_Y = 0.45
const Float:HUD_SPECT_X = -1.0
const Float:HUD_SPECT_Y = 0.8
const Float:HUD_STATS_X = -1.00
const Float:HUD_STATS_Y = 0.9
At the value of "-1.00", the ZP's HUD info message is at the center low of the screen, meaning the HUD message is right above the timer that shows how much time is left before the end of the round.

Now, I want to know how to move the HUD message a little bit upper, because i added more information to the HUD info message and now the HUD shows more information, and now the extra HUD, which is part of the ZP's HUD info message, covers the timer that shows how much time is left before the end of the round. In other words, the ZP's HUD info message must be moved a little bit upper in order to no longer cover the timer.

So, what value will move the HUD message upper? I tried several different combinations of numbers, but it didn't happen. All values i tried moved the message to the left or to the right, but not upper.
GlobalPlague is offline