11.03.2010, 17:41
How can i make script, like the player who kills another player with car, plane, gets killed?
public OnPlayerDeath(playerid, killerid, reason)
{
if(reason == 54 && IsPlayerConnected(killerid))
{
SetPlayerHealth(killerid, 0.0);
}
return 1;
}