[Pedido] Ao matar sendmsgclient
#8

Quote:
Originally Posted by maikons
Посмотреть сообщение
PT agora as veZES ta funfando as vezes nгo, a maioria das vezes continua o mesmo bug, mas as vezes sai lб qm matou e a arma certinho, pq isso?
pawn Код:
public OnPlayerDeath(playerid,killerid,reason)
{
    switch(reason)
        case 47, 49, 50, 51, 53, 54: return 1;
    new gunname[32], string[64], fName[MAX_PLAYER_NAME], sName[MAX_PLAYER_NAME];
    GetWeaponName(reason,gunname,sizeof(gunname));
    GetPlayerName(playerid,fName,MAX_PLAYER_NAME);
    GetPlayerName(killerid,sName,MAX_PLAYER_NAME);
    format(string, sizeof(string), "%s matou %s com a %s.", sName, fName, gunname);
    SendClientMessageToAll(0xFFFFFFAA,string);
    return 1;
}
tenta
Reply


Messages In This Thread
Ao matar sendmsgclient - by luccagomes15 - 21.11.2013, 11:21
Re: Ao matar sendmsgclient - by DannielCooper - 21.11.2013, 12:07
Re: Ao matar sendmsgclient - by PT - 21.11.2013, 14:27
Re: Ao matar sendmsgclient - by luccagomes15 - 21.11.2013, 15:26
Re: Ao matar sendmsgclient - by Catchorro - 21.11.2013, 15:31
Re: Ao matar sendmsgclient - by PT - 21.11.2013, 17:00
Re: Ao matar sendmsgclient - by maikons - 22.11.2013, 01:15
Re: Ao matar sendmsgclient - by PT - 22.11.2013, 10:15
Re: Ao matar sendmsgclient - by DannielCooper - 22.11.2013, 11:27
Re: Ao matar sendmsgclient - by luccagomes15 - 22.11.2013, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)