[CODE] Hit Man Faction
#2

Код:
OnPlayerDeath(playerid,killerid)
{
if(hitman[playerid] == 1){ // however you choose to detect if a player is a hitman
//playerid if the player that died
//killerid is the hitman
giveplayercash(killerid,CASH); //Set 'CASH' to the amount you want the hitman to receive for the kill
}
return 1;
}
Reply


Messages In This Thread
[CODE] Hit Man Faction - by squomp - 07.04.2012, 10:25
Re: [CODE] Hit Man Faction - by Marco_Valentine - 07.04.2012, 10:29
Re: [CODE] Hit Man Faction - by squomp - 07.04.2012, 11:10
Re: [CODE] Hit Man Faction - by squomp - 07.04.2012, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)