Color of SA-MP System messages? -
Vince - 19.03.2009
Hi
What is the hex color of the orange system messages?
I mean those like 'Server closed the connection' etc. I already figured out that the hex color of /pm is 0xFFD700FF.
I want to make the color of my system messages universal with the ones from SA-MP. So does anyone knows the hex color or is there a way to change the colors of the system messages?
Re: Color of SA-MP System messages? -
MenaceX^ - 19.03.2009
Who said it's Hex?
I think you're saying it due to my old reply in Dujma's topic.
Re: Color of SA-MP System messages? -
mascii - 19.03.2009
Dont think its possible to find out, just re create it
Re: Color of SA-MP System messages? -
MenaceX^ - 19.03.2009
You didn't understand what I meant.
I can't understand why he thinks it's by using Hex...
Re: Color of SA-MP System messages? -
mascii - 19.03.2009
Yeah i understand, just saying if he wanted to use the color on send client message
Re: Color of SA-MP System messages? -
Pyrokid - 19.03.2009
To get the color code:
1) Open SA-MP and take a picture of the colored text using Print-Screen
2) Open Photoshop (or another program that has has a dropper that lets you copy colors from something)
3) Copy the code and prosper.
Edit, hold on I'll get it for you.
Edit: Here ya go, here's the code.
#F4A419
Re: Color of SA-MP System messages? -
mascii - 20.03.2009
wow pyrokid very helpful
Re: Color of SA-MP System messages? -
MenaceX^ - 20.03.2009
Quote:
Originally Posted by Pyrokid
To get the color code:
1) Open SA-MP and take a picture of the colored text using Print-Screen
2) Open Photoshop (or another program that has has a dropper that lets you copy colors from something)
3) Copy the code and prosper.
Edit, hold on I'll get it for you.
Edit: Here ya go, here's the code.
#F4A419
|
I didn't understand how to make this.. But again, RGBAToHex is an easier way than yours.
Re: Color of SA-MP System messages? -
bogeymanEST - 20.03.2009
Quote:
Originally Posted by Pyrokid
Edit: Here ya go, here's the code.
#F4A419
|
Samp uses hex: 0xF4A419FF
Re: Color of SA-MP System messages? -
Nero_3D - 20.03.2009
Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by Pyrokid
To get the color code:
1) Open SA-MP and take a picture of the colored text using Print-Screen
2) Open Photoshop (or another program that has has a dropper that lets you copy colors from something)
3) Copy the code and prosper.
Edit, hold on I'll get it for you.
Edit: Here ya go, here's the code.
#F4A419
|
I didn't understand how to make this.. But again, RGBAToHex is an easier way than yours.
|
pyrokids way is better because its easier to find out the color, with RGBAToHex you need to debug the color out
Quote:
Originally Posted by bogeyman_EST
Quote:
Originally Posted by Pyrokid
Edit: Here ya go, here's the code.
#F4A419
|
Samp uses hex: 0xF4A419FF
|
0x let the compiler just know that its hex