[Pedido] ChatKill
#3

danielcantiliano le o que ele pediu

@ topic

aqui tem

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
   
    new Morreu[MAX_PLAYER_NAME], Matou[MAX_PLAYER_NAME], string[115], arma;
    arma = GetPlayerWeapon(playerid);
    GetPlayerName(playerid, Morreu, sizeof(Morreu));
    GetPlayerName(killerid, Matou, sizeof(Matou));
    format(string, sizeof(string), "[ INFO ] O jogador %s te matou com com um(a) %s", Matou, arma);
    SendClientMessage(playerid, -1, string);
    format(string, sizeof(string), "[ INFO ] Voce matou o jogador %s com um(a) %s", Morreu, arma);
    SendClientMessage(killerid, -1, string);
    return 1;
}
Reply


Messages In This Thread
ChatKill - by gmstrikker - 11.09.2013, 02:18
Re: ChatKill - by danielcantiliano - 11.09.2013, 02:35
Re: ChatKill - by PT - 11.09.2013, 02:40
Re: ChatKill - by gmstrikker - 11.09.2013, 02:59
Re: ChatKill - by Lуs - 11.09.2013, 03:02
Re: ChatKill - by PT - 11.09.2013, 03:09
Re: ChatKill - by gmstrikker - 14.09.2013, 16:18
Re: ChatKill - by Coe1 - 14.09.2013, 16:21

Forum Jump:


Users browsing this thread: 1 Guest(s)