#define COLOR_RED blablablapublic OnPlayerSpawn(playerid){ if(IsPlayerConnected(playerid)) { SetPlayerColor(playerid, COLOR_RED); } return 1;}