[Ajuda] Samp
#2

pawn Код:
CMD:limparchat(playerid)
{
    for(new i = 0; i <MAX_PLAYERS; i ++)
    {
        if(IsPlayerConnected(i))
        {
            for(new x = 0; x < 50; 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;
}
deve ser isto

e o /vercmds isto aqui deve servir

http://forum.sa-mp.com/showpost.php?...79&postcount=6
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)