My chat commands don't work..
#4

The problem is if you type /b and anything after it, it will just return

pawn Код:
else
    {
        SendClientMessage(playerid, COLOR_WHITE, "USAGE: /B [OOC chat]");
    }
    return 1;
}
So for instance if I typed "/b Hi!!", it would just return "USAGE: /B [OOC CHAT]" It does it for all chats, /r, /d, /w, /n...

Could it be due to this line..
pawn Код:
if(PlayerMuteInfo[playerid][AllMuted])
Shouldn't it be this..
pawn Код:
if(PlayerMutedInfo[playerid] [pMuted] == 1)
Reply


Messages In This Thread
My chat commands don't work.. - by Luke_James - 08.08.2012, 23:15
Re: My chat commands don't work.. - by shitbird - 08.08.2012, 23:22
Respuesta: Re: My chat commands don't work.. - by [DOG]irinel1996 - 08.08.2012, 23:26
Re: My chat commands don't work.. - by Luke_James - 08.08.2012, 23:33
Re: My chat commands don't work.. - by shitbird - 08.08.2012, 23:37
Re: My chat commands don't work.. - by Emmet_ - 08.08.2012, 23:41
Re: My chat commands don't work.. - by Luke_James - 08.08.2012, 23:45

Forum Jump:


Users browsing this thread: 1 Guest(s)