Custom Accent
#5

Easy.

pawn Код:
switch(PlayerInfo[playerid][pAccent])
    {
        case 0, 1:
        {
                        new accent;
                        accent = PlayerInfo[playerid][pAccent];
            format(string, sizeof(string), "%s says %s Accent: %s", sendername, text, accent);
            ProxDetector(20.0, playerid,string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            SetPlayerChatBubble(playerid,text,COLOR_WHITE,20.0,5000);
    }
Reply


Messages In This Thread
Custom Accent - by Nivniv2 - 23.03.2013, 01:21
Re: Custom Accent - by faff - 23.03.2013, 01:26
Re: Custom Accent - by Glad2BeHere - 23.03.2013, 02:00
Re: Custom Accent - by Nivniv2 - 23.03.2013, 02:02
Re: Custom Accent - by faff - 24.03.2013, 11:12
Re: Custom Accent - by Mando - 24.03.2013, 11:13

Forum Jump:


Users browsing this thread: 2 Guest(s)