kill list
#6

search for OnPlayerDeath in your gamemode, if it's not there use
Code:
public OnPlayerDeath(playerid, killerid, reason)
{
       SendDeathMessage(killerid, playerid, reason);
}
And if you do have OnPlayerDeath, just copy and paste this somewhere under OnPlayerDeath.

Code:
SendDeathMessage(killerid, playerid, reason);
Reply


Messages In This Thread
kill list - by Rafa - 07.11.2010, 17:42
Re: kill list - by ExeC - 07.11.2010, 17:43
Re: kill list - by Rafa - 07.11.2010, 17:46
Re: kill list - by Haydz - 07.11.2010, 17:46
Re: kill list - by ExeC - 07.11.2010, 17:47
Re: kill list - by Haydz - 07.11.2010, 17:57

Forum Jump:


Users browsing this thread: 1 Guest(s)