14.04.2009, 13:55
Ok, I tried to do this:
However, this doesn't work...any ideas on how to make it work?
All help would be greatly appreciated, thanks
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
if(playerid == killerid)
{
SendClientMessage(playerid,COLOR_WHITE,"You killed yourself");
}
}
All help would be greatly appreciated, thanks

