"fxtime" parameter (for hudmsgs and dhudmsgs)
Well, i've been testing the usage of Director HUD Messages for knowing how to use it's parameters, and while testing i've noticed that the "fxtime" param doesn't seem to work for something
I did a testing plugin for this: PHP Code:
Code:
dhud DirectorHUDMessageTesting 0 200 200 -1.0 0.15 2 0.0 2.0 0.1 3.0rgb = { 0, 200, 200 } (skyblue) pos = { -1.0, 0.15 } effect = 2 (training room text, writes char by char) fxtime = 0.0, i've testing using 10.0, 20.0, 30.0 and the hud didn't change at all holdtime = 2.0, the hudmsg will stay 2 seconds fadeintime = 0.1, in this case, the time that every char will be printed fadeouttime = 3.0, when holdtime ends, the time that the message will slowly dissapear So, my question is What's the functionality of the "fxtime" parameter, for hudmessages and director hudmessages? It seems that it's the same thing anyway |
Re: "fxtime" parameter (for hudmsgs and dhudmsgs)
Try to set holdtime greater than fxtime for effect = 2, fxtime is not used on effect == 0 or effect == 1
|
Re: "fxtime" parameter (for hudmsgs and dhudmsgs)
Quote:
holdtime = 5.0 fxtime = 3.0 holdtime = 5.0 fxtime = 2.0 holdtime = 5.0 fxtime = 1.0 And it was the same thing on every dhudmsg displayed :| |
Re: "fxtime" parameter (for hudmsgs and dhudmsgs)
Try hudmessage
|
Re: "fxtime" parameter (for hudmsgs and dhudmsgs)
Quote:
|
| All times are GMT -4. The time now is 14:58. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.