Se equivoca el texto
#1

Por que cuando asesino el mensaje se le da a la victima y no ami?

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
    if(
killerid != INVALID_PLAYER_ID)
    {
        new 
string[128];
        
PlayerInfo[killerid][Asesinatos] ++;
        
format(stringsizeof(string), "[ADVERTENCIA]: {FFFFFF}Has realizado un asesinato, la victima fue {FF8409}%s"PlayerNombre(playerid));
        
SendClientMessage(playeridCOLOR_NARANJAstring);
    }
    
PlayerInfo[playerid][Muertes] ++;
    return 
1;

Reply


Messages In This Thread
Se equivoca el texto - by wharlos - 23.05.2016, 20:07
Re: Se equivoca el texto - by Onfroi - 23.05.2016, 21:52
Respuesta: Re: Se equivoca el texto - by wharlos - 23.05.2016, 21:55

Forum Jump:


Users browsing this thread: 1 Guest(s)