SA-MP Forums Archive
Problem with setplayercolor - 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: Problem with setplayercolor (/showthread.php?tid=418442)



Problem with setplayercolor - Salim_Karaja - 24.02.2013

The problem is the colors in the map, they are barley visible on the map, hope you understood:
Maybe it has something to do with opacity ?
The code (OnPlayerConnect):
SetPlayerColor(playerid,rgba2hex(random(256),rando m(256),random(256),30));


Re: Problem with setplayercolor - Misiur - 24.02.2013

pawn Код:
SetPlayerColor(playerid,rgba2hex(random(256), random(256), random(256), 255));
Have fun