CMD:color(playerid,params[]){ new color sscanf(params,"x",color); SetPlayerColor(playerid,((color << 8) | 0xFF)); return 1;}