Kill-List
#2

well there is not a Fs is very simple you can check on
http://wiki.sa-mp.com
or under
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
    {if(killerid == INVALID_PLAYER_ID)
    {
    SendDeathMessage(INVALID_PLAYER_ID,playerid,reason);
    }
     else
    {
    SendDeathMessage(killerid,playerid,reason);
}
return 1;
}
Reply


Messages In This Thread
Kill-List - by Teyhouse - 16.06.2009, 23:53
Re: Kill-List - by HuRRiCaNe - 17.06.2009, 00:09
Re: Kill-List - by yom - 17.06.2009, 00:13
Re: Kill-List - by Teyhouse - 17.06.2009, 00:17
Re: Kill-List - by HuRRiCaNe - 17.06.2009, 00:24
Re: Kill-List - by Teyhouse - 17.06.2009, 00:40
Re: Kill-List - by HuRRiCaNe - 17.06.2009, 00:41
Re: Kill-List - by Correlli - 17.06.2009, 00:50
Re: Kill-List - by Teyhouse - 17.06.2009, 01:03
Re: Kill-List - by Grim_ - 17.06.2009, 03:21

Forum Jump:


Users browsing this thread: 1 Guest(s)