30.12.2012, 17:03
Hello,
I have this code:
to set the player color "random" but the player is invisble in map.... and the opacity set to 255.
What to do?
I have this code:
pawn Код:
SetPlayerColor(playerid, (random(255)<<24 | random(255)<<16 | random(255)<<8 | 255));
What to do?