Need Help.
#1

Hi,
---
In my server there is no killbox icons, only player connect and disconnect icons, i need the icons were a player kill another player, and it show in the kill box, thanks


How do i add all of them? ^
Reply
#2

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid,playerid,reason);
    return; 1
}
Just place "SendDeathMessage(killerid,playerid,reason);" below "OnPlayerDeath" and you will have what you want
Reply
#3

Never worked for me? :/
Reply
#4

What he said above ^^

EDIT: Show your OnPlayerDeath code.
Reply
#5

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid,playerid,reason);
	PlayerInfo[killerid][pKills]++;
    PlayerInfo[playerid][pDeaths]++;
	return 1;
    

}
When i type /kill i dont get the Icon
Or the other's
Reply
#6

Maybe the suicide is diabled. What if someone kills you with a weapon?
Reply
#7

Weapon icons show, but not the suicide, car kill icons and heli kill icon, hmm
Reply
#8

Any idea why they dont show anyone?
Reply
#9

Make a list with all reasons you want.
Reply
#10

All of them, if you can
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)