big ears system not working
#1

I have this code

Код:
// Big Ears
CMD:bigears(playerid, params[])
{
    if( PlayerInfo[playerid][pAdmin] >= 3) {
        if (!BigEar[playerid]) {
            BigEar[playerid] = 1;
            SendClientMessageEx(playerid, COLOR_GRAD2, "Your ears have grown to gargantuan proportions!");
        }
        else if (BigEar[playerid]) {
            (BigEar[playerid] = 0);
            SendClientMessageEx(playerid, COLOR_GRAD2, "Your ears have shrunk.");
        }
    }
    return 1;
}
Код:
new BigEar[MAX_PLAYERS];
But this code is not working. when i enabled it and when a far players talk its not broadcasting.

I dunno why..

Do i need to set the big ear on OnPlayerTalk? or what or OnPlayerCommand?
Reply


Messages In This Thread
big ears system not working - by ChristianIvann09 - 17.03.2014, 11:48
Re: big ears system not working - by Calabresi - 17.03.2014, 11:53
Re: big ears system not working - by ChristianIvann09 - 17.03.2014, 11:59
Re: big ears system not working - by Calabresi - 17.03.2014, 11:59
Re: big ears system not working - by ChristianIvann09 - 17.03.2014, 12:09
Re: big ears system not working - by ChristianIvann09 - 17.03.2014, 13:26
Re: big ears system not working - by ChristianIvann09 - 17.03.2014, 21:53
Re: big ears system not working - by Calabresi - 17.03.2014, 21:58
Re: big ears system not working - by ChristianIvann09 - 17.03.2014, 22:20
Re: big ears system not working - by Calabresi - 17.03.2014, 22:24

Forum Jump:


Users browsing this thread: 1 Guest(s)