12.02.2010, 17:12
Like this?
Код:
if(PlayerInfo[playerid][pMaskuse] == 1) { format(string, sizeof(string), "Stranger Says: %s", result); ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5); ApplyAnimation(playerid,"GANGS","prtial_gngtlkF",4.1,0,1,1,1,1); SetPlayerChatBubble(playerid, text, COLOR_ORANGE, 20.0, 10000); } else { format(string, sizeof(string), "%s Says: %s", sendername, result); ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5); ApplyAnimation(playerid,"GANGS","prtial_gngtlkF",4.1,0,1,1,1,1); SetPlayerChatBubble(playerid, text, COLOR_ORANGE, 20.0, 10000); } }