please help me thanks - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: please help me thanks (
/showthread.php?tid=345420)
please help me thanks -
Geeboi_Mehdi - 24.05.2012
Hey thanks for willing to help me i want to make
Onplayerconnect:
i want it to say playerid has joined Algerian Trucking
And for
Onplayerdisconnect:
i want it to say player name left Algerian Trucking
can you tell me how to do it or help me out?
Thanks
Re: please help me thanks -
Ajez - 25.05.2012
OnPlayerConnect
OnPlayerDisconnect
Re: please help me thanks -
Geeboi_Mehdi - 25.05.2012
hey thanx how can i change the color i dont like it white i want it green can you help me?
PS rep+ for you
Re: please help me thanks -
Ajez - 25.05.2012
Just change
pawn Код:
SendClientMessageToAll(0xFFFFFFAA,string);
0xFFFFFFAA <== to Define color what you want.. Ex: #define COLOR_RED 0xAA3333AA
Replace "0xFFFFFFAA" to "0xAA3333AA" . Now the color will turn red
Re: please help me thanks -
Geeboi_Mehdi - 25.05.2012
hey were can i find these colors i want light red lol
Re: please help me thanks -
vIBIENNYx - 25.05.2012
http://html-color-codes.com/
Just double the letter or numbers at the end, for example
FFFF66 becomes FFFF6666
Re: please help me thanks -
2KY - 25.05.2012
www.colorpicker.com, just add 0x and FF to the colour code on there.
EX: White is FFFFFF (six F's)
0x FFFFFF FF
Put it together, and you have COLOR_WHITE: #define COLOR_WHITE 0xFFFFFFFF
Re: please help me thanks -
Ajez - 25.05.2012
Check here,
Color Include
Re: please help me thanks -
Geeboi_Mehdi - 25.05.2012
so if my color that i want is FF0000
its going to be 0xFF0000??
Re: please help me thanks -
Ajez - 25.05.2012
Quote:
Originally Posted by Geeboi_Mehdi
so if my color that i want is FF0000
its going to be 0xFF0000??
|
change to, 0xFF000000