static string[200];GetPlayerName(playerid, string, MAX_PLAYER_NAME);format(string, sizeof string, "%s: [ID: %d] %s", string, playerid, text);SetPlayerChatBubble(playerid, string, 0x00FF00FF, 20.0, 10000);