Thread
:
Bot armor color + texture
View Single Post
#
19
07-18-2011, 10:03 PM
lerxst2112
Demi-God
Join Date: Aug 2010
Posts: 1,742
Sorry, I made a typo in the original code.
Here are the two corrected bits.
Code:
uint32 setcolor = (red << 16) | (green << 8) | blue; and if(setcolor) { setcolor |= (0xff << 24); }
Last edited by lerxst2112; 07-18-2011 at
10:06 PM
.. Reason: crazy spacing.
lerxst2112
View Public Profile
Send a private message to lerxst2112
Find all posts by lerxst2112