[Ajuda] Samp
#5

Quote:
Originally Posted by PT
Посмотреть сообщение
assim so adm usa

pawn Код:
CMD:limparchat(playerid)
{
    if(GetPlayerLevel(playerid) < 4) return SendClientMessage(playerid,0xDEEE20FF,"Admin: Vocк nгo tem Nivel Necessбrio para usar este comando");
    for(new i = 0; i <MAX_PLAYERS; i ++)
    {
        if(IsPlayerConnected(i))
        {
            for(new x = 0; x <90; x ++)
            {
                SendClientMessage(x, -1, " ");
            }
        }
    }
    new pt[128], ptname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, ptname, MAX_PLAYER_NAME);
    format(pt, sizeof(pt), "Chat limpo por %s.", ptname);
    SendClientMessageToAll( -1, pt ) ;
    return 1;
}
Nao Ta Limpando o chat
Reply


Messages In This Thread
Samp - by Douglas651 - 28.08.2013, 13:39
Re: Samp - by PT - 28.08.2013, 13:50
Re: Samp - by Douglas651 - 28.08.2013, 13:55
Re: Samp - by PT - 28.08.2013, 14:10
Re: Samp - by Douglas651 - 28.08.2013, 14:19
Re: Samp - by Speedpz - 28.08.2013, 14:54
Re: Samp - by PT - 28.08.2013, 15:02
Re: Samp - by Douglas651 - 28.08.2013, 15:05
Re: Samp - by Coe1 - 28.08.2013, 15:09
Re: Samp - by bruxo00 - 28.08.2013, 15:54

Forum Jump:


Users browsing this thread: 1 Guest(s)