communication in general chat
#5

Quote:
Originally Posted by odyvan
The matter is that I am 0 for pavno! Would ready) + there should be easy! Just at the point of death, the name and to check on the life and armor
Pavno? lol you mean pawn. Your English is kinda bad but it's easy enough to understand.

pawn Код:
//OnPlayerDeath
if((reason != 255) || (killerid != 255))
{
    new string[128], pname[24], Float:phealth, Float:parmor;
    GetPlayerName(killerid,pname,24);
    GetPlayerHealth(killerid,phealth);
    GetPlayerArmour(killerid,parmor);
    format(string,128,"Killed by: %s who still has %f health and %f armor.",pname,phealth,parmor);
    SendClientMessage(playerid,0x12B60AFF,string);
}
I think this will work.

Reply


Messages In This Thread
communication in general chat - by odyvan - 03.04.2009, 23:38
Re: communication in general chat - by [RP]Rav - 04.04.2009, 06:54
Re: communication in general chat - by odyvan - 04.04.2009, 08:11
Re: communication in general chat - by odyvan - 04.04.2009, 11:04
Re: communication in general chat - by Backwardsman97 - 04.04.2009, 12:32
Re: communication in general chat - by odyvan - 05.04.2009, 00:36
Re: communication in general chat - by Nubotron - 05.04.2009, 00:41
Re: communication in general chat - by odyvan - 05.04.2009, 00:55

Forum Jump:


Users browsing this thread: 1 Guest(s)