killing section
#1

is there any way i can clear this where people kill and it appears here?
cause i dont have in my script so when someone dies it appears id 0 killed someone
O.o weired
Reply
#2

search for SendDeathMessage in your script. To remove the killer/killed player use INVALID_PLAYER_ID.
Probably you have something in OnPlayerDeath that sets the killerid to 0
Reply
#3

Quote:

public OnPlayerDeath(playerid, killerid, reason)
{
dm[playerid] = 0;
return 1;
}

and check all my fs none in them
Reply
#4

Hmm, then it has to be gamemode-sided, otherwise there wouldnt be any death messages
Reply
#5

Send around 5 death messages with INVALID_PLAYER_ID ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)