[NEED HELP] How do i set this?
#2

pawn Код:
switch(PlayerInfo[playerid][pAccent])
    {
        case 0, 1:
        {
            if(AdminDuty[playerid] == 1)
            {
                format(string, sizeof(string), "%s says: (( %s )) ", sendername, text);
            }
            else
            {
                format(string, sizeof(string), "%s says: %s", sendername, text);
            }
            ProxDetector(20.0, playerid,string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            SetPlayerChatBubble(playerid,text,COLOR_WHITE,20.0,5000);
            foreach(Player, i) {
            if(BigEars[i] == playerid)
            {
           format(string, sizeof(string), "BIGEARS: %s says: %s", sendername, text);
           SendClientMessage(i, -1, string);
           }
           }
        }
Reply


Messages In This Thread
[NEED HELP] How do i set this? - by ChristianIvann09 - 22.03.2014, 23:18
Re: [NEED HELP] How do i set this? - by Abagail - 22.03.2014, 23:22
Re: [NEED HELP] How do i set this? - by ChristianIvann09 - 22.03.2014, 23:31
Re: [NEED HELP] How do i set this? - by ChristianIvann09 - 22.03.2014, 23:51
Re: [NEED HELP] How do i set this? - by Abagail - 22.03.2014, 23:53
Re: [NEED HELP] How do i set this? - by ChristianIvann09 - 23.03.2014, 00:01
Re: [NEED HELP] How do i set this? - by ChristianIvann09 - 23.03.2014, 00:16
Re: [NEED HELP] How do i set this? - by ChristianIvann09 - 23.03.2014, 01:28
Re: [NEED HELP] How do i set this? - by ChristianIvann09 - 23.03.2014, 02:37
Re: [NEED HELP] How do i set this? - by ChristianIvann09 - 23.03.2014, 03:08

Forum Jump:


Users browsing this thread: 1 Guest(s)