06.02.2016, 19:03
Faster
PHP код:
stock GetColor(color){
new string[10];
format(string,sizeof(string),"{%06x}",(color >>> 8));
return string;
}