Raised This Month: $ Target: $400
 0% 

Blood color !


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
sanaell
Senior Member
Join Date: May 2004
Location: SamutPrakarn Thailand
Old 06-27-2004 , 06:13   Blood color !
Reply With Quote #1

Code:
blood(normal) {     //LAVASPLASH     new vec1[3]     get_user_origin(normal,vec1)     message_begin( MSG_BROADCAST,SVC_TEMPENTITY)     write_byte( 10 )     write_coord(vec1[0])     write_coord(vec1[1])     write_coord(vec1[2])     message_end() } public bloodcreature(id,color) {  // Blood spray     new maxBlood =2     new vec1[3]     new couleur     if (color == 1)         couleur = 1080     if (color == 2)         couleur = 1080     if (color == 3)         couleur = 1080     if (color == 4)         couleur = 1080     get_user_origin(id,vec1)     for (new i = 0; i < maxBlood; i++) {         message_begin(MSG_BROADCAST,SVC_TEMPENTITY)         write_byte(TE_BLOODSTREAM)         write_coord(vec1[0])         write_coord(vec1[1])         write_coord(vec1[2]+10)         write_coord(random_num(-200,200)) // x         write_coord(random_num(-200,200)) // y         write_coord(random_num(-20,20)) // z         write_byte(couleur) // color         write_byte(50) // speed         message_end()     } }


My problem is :

The blood stay RED ... BORING RED .... ANNOYING RED
color4 must be red
colod3 must be blue
color2 must be pink
color1 must be green

HOW I CAN HAVE THAT F......G BlOOD COLOR !!!

another problem i want keep a real blood spay ( and that code eXPlode )


whyyyyy
whereeeeee is my problem plz thx
__________________
[email protected]
The Source of Pain is the Pain of Source
sanaell is offline
Send a message via MSN to sanaell
 


Thread Tools
Display Modes

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 14:38.


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