25.04.2010, 18:01
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SetPlayerPos(playerid,1178.8807,-1323.7694,14.1419);
SendClientMessage(playerid, COLOR_RED, "You have been critically injured, and lost 30 minutes of memory.");
SendClientMessage(playerid, COLOR_RED, "You have paid $350 in hospital bills.");
GivePlayerMoney(playerid, -350");
return 1;
}

