#6

Quote:
Originally Posted by Riddick94
Посмотреть сообщение
Are you sure? Because it's compiling fine for me. However, try this:

pawn Код:
CMD:cc(playerid, params[])
{
    if(APlayerData[playerid][PlayerLevel] < 1)
    {
        for(new i = 0; i < 100; i ++)
        {
            SendClientMessageToAll(-1, " ");
        }
        SendClientMessageToAll(0x0079F2FF,"Chat Cleared!");
    }
    return 1;
}
Because it might be confusing in game later for script about your admin level and you might get spam of "Chat Cleared!" message.
No errors/warnings, but nothing happens in-game.
Reply


Messages In This Thread
cc - by NathNathii - 08.04.2013, 16:48
Re: cc - by Isolated - 08.04.2013, 16:50
Re: cc - by NathNathii - 08.04.2013, 16:52
Re: cc - by Isolated - 08.04.2013, 16:53
Re: cc - by Riddick94 - 08.04.2013, 16:54
Re: cc - by NathNathii - 08.04.2013, 16:55

Forum Jump:


Users browsing this thread: 1 Guest(s)