В начало мода, где все define #define COLOR_RED 0xAA3333AA Code #define COLOR_RED 0xAA3333AA В public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid) if(issuerid != INVALID_PLAYER_ID) { new string[256]; new attacker[MAX_PLAYER_NAME]; GetPlayerName(issuerid, attacker, sizeof (attacker)); format(string, sizeof(string), "-%.0f From %s", amount,attacker); SetPlayerChatBubble(playerid, string, COLOR_RED, 20.0, 3000); } Code if(issuerid != INVALID_PLAYER_ID) { new string[256]; new attacker[MAX_PLAYER_NAME]; GetPlayerName(issuerid, attacker, sizeof (attacker)); format(string, sizeof(string), "-%.0f From %s", amount,attacker); SetPlayerChatBubble(playerid, string, COLOR_RED, 20.0, 3000); }