Two death message [HELP] +REP
#3

PHP Code:
public OnPlayerTakeDamage(playeridissueridFloatamountweaponidbodypart)
{
    new 
fName[MAX_PLAYER_NAME],string[256];
    
GetPlayerName(playerid,fName,MAX_PLAYER_NAME);
    if(
amount >= 100 )
    {
        
format(string,sizeof string,"%s has been died",fName);
        
SendClientMessageToAll(-1,string);
    }
    return 
1;

Reply


Messages In This Thread
Two death message [HELP] +REP - by Chausar - 12.04.2015, 22:59
Re: Two death message [HELP] +REP - by Hybris - 12.04.2015, 23:05
Re: Two death message [HELP] +REP - by Azula - 12.04.2015, 23:12
Re: Two death message [HELP] +REP - by Chausar - 13.04.2015, 07:28
Re: Two death message [HELP] +REP - by CalvinC - 13.04.2015, 07:32
Re: Two death message [HELP] +REP - by Chausar - 13.04.2015, 08:10
Re: Two death message [HELP] +REP - by mamorunl - 13.04.2015, 09:40

Forum Jump:


Users browsing this thread: 1 Guest(s)