Player & Map problem - 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: Player & Map problem (
/showthread.php?tid=403526)
Player & Map problem -
Swimor - 30.12.2012
Hello,
I have this code:
pawn Код:
SetPlayerColor(playerid, (random(255)<<24 | random(255)<<16 | random(255)<<8 | 255));
to set the player color "random" but the player is invisble in map.... and the opacity set to 255.
What to do?
Re : Player & Map problem -
[HRD]Mar1 - 30.12.2012
https://sampwiki.blast.hk/wiki/Colors_List
Look the player color
Re: Re : Player & Map problem -
Swimor - 30.12.2012
Quote:
Originally Posted by [HRD]Mar1
|
Quote:
set the player color "random"
|
^^ ?
Re: Player & Map problem -
Swimor - 31.12.2012
Help?