please help me thanks
#1

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
Reply
#2

OnPlayerConnect
OnPlayerDisconnect
Reply
#3

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
Reply
#4

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
Reply
#5

hey were can i find these colors i want light red lol
Reply
#6

http://html-color-codes.com/

Just double the letter or numbers at the end, for example

FFFF66 becomes FFFF6666
Reply
#7

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
Reply
#8

Check here, Color Include
Reply
#9

so if my color that i want is FF0000
its going to be 0xFF0000??
Reply
#10

Quote:
Originally Posted by Geeboi_Mehdi
Посмотреть сообщение
so if my color that i want is FF0000
its going to be 0xFF0000??
change to, 0xFF000000
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)