Help Is there a simple hex code for a transperent low light red color icon in SAMP Servers ? or its just a server sided thing ?

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,512
Solutions
5
Reaction score
933
Location
Israel
The server sends it to you in the following forms:
function samp.onPlayerJoin(player_id ,color,npc,nick)

function samp.onSetPlayerColor(player_id ,color)

function samp.onPlayerStreamIn(playerId ,team,model,position,rotation,color,fightingStyle)
 
Top