Bonjour, je ne voie pas trop comment utilisé cette fonction, alors j'ai pensé au plus simple :
format(string, sizeof(string), "%s dit: %s", sendername, text);
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
SetPlayerChatBubble(playerid, text, COLOR_FADE1, 10.0, 10000);
Est ce que ceci est juste ?