23.06.2010, 05:58
new to_others[MAX_CHATBUBBLE_LENGTH+1];
format(to_others,MAX_CHATBUBBLE_LENGTH,"%s(%d) Says: %s",GetPlayerName(playerid), playerid, text);
SetPlayerChatBubble(playerid,to_others,RED,35.0,10 000);
format(to_others,MAX_CHATBUBBLE_LENGTH,"%s(%d) Says: %s",GetPlayerName(playerid), playerid, text);
SetPlayerChatBubble(playerid,to_others,RED,35.0,10 000);