Code:
set_hudmessage(200, 200, 0, 0.55, 0.03, 0, 6.0, 6.0, 0.1, 0.1, -1)
show_hudmessage(id, "scale: %d | brightness: %d",scale,brightness)
set_hudmessage(200, 200, 0, 0.55, 0.05, 0, 6.0, 6.0, 0.1, 0.1, -1)
show_hudmessage(id, "scale: %s | brightness: %s",scale,brightness)
set_hudmessage(200, 200, 0, 0.55, 0.07, 0, 6.0, 6.0, 0.1, 0.1, -1)
show_hudmessage(id, "scale: %f | brightness: %f",scale, brightness)
set_hudmessage(200, 200, 0, 0.55, 0.09, 0, 6.0, 6.0, 0.1, 0.1, -1)
show_hudmessage(id, "scale: %c | brightness: %c",scale,brightness)
}
i used this to show me Infos about it. But i got no usefull info of it. Its not even show the values i used.
i command scale brightness( command 5 111) but i got some number of 243 and 5 etc. displayed nothing where could help me somehow. but the MSG is still playing otherwise it would show 0 the whole time.