26.01.2013, 10:22
https://sampwiki.blast.hk/wiki/GameTextForPlayer + https://sampwiki.blast.hk/wiki/OnPlayerDeath
Код:
public OnPlayerDeath(playerid, killerid, reason) { GameTextForPlayer(playerid, "<You are Dead>", 3000, 1); return 1; }