Raised This Month: $ Target: $400
 0% 

set_hudmessage, show_hudmessage


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tlc660
Junior Member
Join Date: Jan 2007
Old 01-27-2007 , 08:23   set_hudmessage, show_hudmessage
Reply With Quote #1

the documents said that can have max up to 4 channel per user for hudmessage.
when use same channel, the previous hudmessage will replace/orverwrited.

but i have found that, although the message are replaced, but the "effect" are not reset, and the hudmessage seem are draw multi times when multi call to same channel

Code:
new counter = 0
public myHudMsg(id){
    set_hudmessage(100, 255, 0, 0.02, 0.25, 2, 0.0, 12.0, 0.2, 0.2, 1);
    show_hudmessage(id,"Counter : %d", counter);
    counter++;
    set_task(2.0, "myHudMsg", id);
}
which the code above, i see the the type writer effect draw again, again and again
and after few times the text no more semi-transparent

any one know what happen?

thanks
tlc660 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:31.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode