[Pedido]Comandos
#4

Acho que isso poderia ajudar no /pm.

pawn Код:
CMD:pm(playerid, params[])
    {
    new pm[200],str[128], Nome2[24], id;
    if(sscanf(params, "us", id, pm)) return SendClientMessage(playerid, Vermelho, "[ERRO]: /pm [id] [mensagem]");
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid,Vermelho,"[ERRO]: Jogador Nгo Conectado!");
    if(id == id) return SendClientMessage(playerid,Vermelho,"[ERRO]: Vocк Nгo Pode Mandar PM Para Vocк Mesmo!");
    GetPlayerName(playerid, Nome2, MAX_PLAYER_NAME);
    format(str, sizeof(str), "Mensagem de: %s [ID:%d]: '%s'", Nome2, playerid, pm);
    GameTextForPlayer(id, "~N~~N~~N~~N~~N~~N~~N~~N~~N~~N~~Y~MENSAGEM RECEBIDA", 2000, 3);
    SendClientMessage(id, Amarelo, str);
    GameTextForPlayer(playerid, "~N~~N~~N~~N~~N~~N~~N~~N~~N~~N~~G~MENSAGEM ENVIADA", 2000, 3);
    SendClientMessage(playerid, Verde, "[INFO]: Mensagem enviada com sucesso");
    return 1;
    }
Reply


Messages In This Thread
[Pedido]Comandos - by Mteck - 29.04.2012, 09:45
Re: [Pedido]Comandos - by RoacH` - 29.04.2012, 11:50
Re: [Pedido]Comandos - by Don_Speed - 29.04.2012, 12:21
Re: [Pedido]Comandos - by s4kuL - 29.04.2012, 12:42
Re: [Pedido]Comandos - by RoacH` - 29.04.2012, 13:30
Re: [Pedido]Comandos - by Mteck - 29.04.2012, 20:53

Forum Jump:


Users browsing this thread: 1 Guest(s)