Posts: 512
Threads: 121
Joined: Sep 2013
Quote:
Originally Posted by SilentSoul
Because its samp default color you can change this default color by using this
pawn Код:
public OnPlayerSpawn(playerid) { SetPlayerColor(playerid, 0xFFFFFFAA); //this will set default color to white return 1; }
You can change color from here
http://www.colorpicker.com/
Add also add AA at the last of color hex code example i found white color on colorpicker as FFFFFF
Must be changed to :
0xFFFFFF AA
0x"Colorhere" AA
|
Ohh nice! And last lastly how about I want to make random color each player who connect. Lets say player1 join = green, player2 = yellow and so on. maybe around 7-8 different colors. Do you know how?
Good job man. You really keeping giving ideas.