23.04.2010, 17:12
IST Color Handler
Color up your script!
this library belongs to IST (Israel SA:MP Team) and ISTPE Only!
- Info
- version - 0.0.1
- author - N1trO (omer horev).
- last update - none.
- team - IST (Israel SA:MP Team) .
- What does it do?
- Converts RGB Format to HEX
- Changes a color in the source color (like only changing the R in the color or the B or the G...)
- Gets a color in the source color (like getting the R in the color or the B or the G...)
- Functions
Код:
CreateColor(R,G,B); // returns a color from the R,G and B /*Example:*/ SendClientMessage(playerid,CreateColor(255,0,0),"Red!"); SetColor(var,val,color) // changes the color value in the var /*Example:*/ SendClientMessage(playerid,SetColor(COLOR_RED,255,COLOR_B),"Puerple!"); GetColor(var,val,color) // gets the color value in the var /*Example:*/ printf("R: %d | G: %d | B: %d",GetColor(COLOR_RED,COLOR_R),GetColor(COLOR_RED,COLOR_G),GetColor(COLOR_RED,COLOR_B));
- Version 0.0.1
- Solidfiles - http://solidfiles.com/d/BIsw
- Mediafire - http://www.mediafire.com/?mnmmzztkjmn
- Pastebin - http://pastebin.com/CrwyHHp5
Greets,
N1trO.