#define COLOR_GRAY 0xB9B9BFAA // Put this at the top of your scriptpublic OnPlayerConnect(playerid){ SetPlayerColor(playerid,COLOR_GRAY); return 1;}