01.05.2012, 18:28
hi,
First of all sorry for the bad english ,
Does anybody got a good working radar system with colors that are not invisible
Or could anybody explain me how this works ?
This what i got in my script. But i see almost invisible colors
Does anybody know why?
Thnx in advanace,
Revodare,
First of all sorry for the bad english ,
Does anybody got a good working radar system with colors that are not invisible
Or could anybody explain me how this works ?
This what i got in my script. But i see almost invisible colors
Does anybody know why?
Код:
static R, G, B; SetPlayerColor(playerid, random((R * 16777216)) + random((G * 65536)) + random((B*256))); if(GetPlayerColor(playerid) == COLOR_YELLOW) { if(PlayerInfo[playerid][AdminLevel] == 0) { SetPlayerColor(playerid, random((R * 16777216)) + random((G * 65536)) + random((B*256))); }
Revodare,