help me
#9

Код:
switch(PlayerInfo[playerid][pAccent])
    {
        case 0, 1:
        {
            if(AdminDuty[playerid] == 1)
            {
                format(string, sizeof(string), "%s says: (( %s )) ", sendername, text);
            }
            else
            {
               for(new i=0; i<MAX_PLAYERS; i++)
               {
                   if(AdminDuty[i] == 1)
                  {
                       if(BigEar[i]==1)
                       {
                             format(string, sizeof(string), "%s says: %s", sendername, text);
                             SendClientMessage(i, your_color, string);
                       }
                  }
               }
            }
            ProxDetector(20.0, playerid,string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            SetPlayerChatBubble(playerid,text,COLOR_WHITE,20.0,5000);
        }
Solved?
Reply


Messages In This Thread
help me - by ChristianIvann09 - 23.03.2014, 02:58
Re: help me - by Hanuman - 23.03.2014, 03:08
Re: help me - by ChristianIvann09 - 23.03.2014, 03:10
Re: help me - by Hanuman - 23.03.2014, 03:14
Re: help me - by ChristianIvann09 - 23.03.2014, 03:18
Re: help me - by Hanuman - 23.03.2014, 03:23
Re: help me - by Hanuman - 23.03.2014, 03:37
Re: help me - by ChristianIvann09 - 23.03.2014, 03:42
Re: help me - by Hanuman - 23.03.2014, 04:26
Re: help me - by ChristianIvann09 - 23.03.2014, 05:06

Forum Jump:


Users browsing this thread: 1 Guest(s)