21.11.2013, 18:05
So I can basically do something like, this correct?
pawn Код:
hook OnPlayerDeath(playerid, killerid, reason)
{
SendClientMessage(playerid, -1, "You have died!");
}