Sun Nov 19, 2017 5:48 am
Zeberpal wrote:I'm trying to get some actors, which appear/dissapear as you approach/walk away to them.
What could be hte problem of script not working properly?(actors are always invisible despite the distance from player to actor)
cortlong50 wrote:when using the (...) script...how do i get it to scale across the entire screen? cant seem to figure it out. does the image have to match resolution? because if so....that sucks.
Sun Nov 19, 2017 9:39 am
worldendDominator wrote:cortlong50 wrote:when using the (...) script...how do i get it to scale across the entire screen? cant seem to figure it out. does the image have to match resolution? because if so....that sucks.
You can try SetHudSize.
//sethudsize (1600,900,false);
SetFont("TUMBLR");
HudMessage(s:"A" ; HUDMSG_PLAIN, 0, CR_UNTRANSLATED, 0.0, 0.0, 1.0);
Sun Nov 19, 2017 9:51 am
Sun Nov 19, 2017 10:21 am
Nevander wrote:Wouldn't you just do SetHudSize of the resolution of the image?
sethudsize (500.0,378.0,true);
SetFont("TUMBLR");
HudMessage(s:"A" ; HUDMSG_PLAIN, 0, CR_UNTRANSLATED,250.0,189.0, 1.0);