Raised This Month: $ Target: $400
 0% 

[AMXX Studio] Premade hudmessage error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Roach
Writes love letters to sawce Daily
Join Date: Jul 2006
Location: Internet
Old 12-15-2006 , 02:27   [AMXX Studio] Premade hudmessage error
#1

In learning scripting and so forth I have stumbled upon a little error that looks like a copy and paste went awry...or something of that ilk.

If you click Hudmessage: Red Top/Centered You get this:

Code:
set_hudmessage(255, 0, 0, -1.0, 0.01)
show_hudmessage(id, "<Hudmessage>")
but if you click Hudmessage Green Left/Centered You get this:

Code:
set_hudmessage(255, 0, 0, -1.0, -1.0)
show_hudmessage(id, "<Hudmessage>")
Now...correct me if im wrong here, but shouldnt Green Left/Centered be

Code:
set_hudmessage(0, 255, 0, -1.0, -1.0)
show_hudmessage(id, "<Hudmessage>")
Just thought I should point this out .

Last edited by Roach; 12-15-2006 at 02:33.
Roach is offline
 



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 08:29.


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