Thread: Nade Messages
View Single Post
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 01-09-2006 , 22:54  
Reply With Quote #8

1) Yes
2) Change this:
Code:
//         new iRed   = random_num(1,255)         new iGreen = random_num(1,255)         new iBlue  = random_num(1,255)         set_hudmessage(iRed,iGreen,iBlue,0.10,0.30,0,3.0,6.0,0.1,0.2,4)
to
Code:
//         new iRed   = 255         new iGreen = 0         new iBlue  = 0         set_hudmessage(iRed,iGreen,iBlue,-0.1,-0.1,0,3.0,6.0,0.1,0.2,4)
and it should work.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline