Kill list help
#7

"Kill list"? You mean you send Death messages OnPlayerDeath?
Easy, just use a switch, and if the playerteam is FBI or hitman, then don't send it.
Example:
pawn Код:
switch(PlayerInfo[playerid][playerteam])
{
    case FBI: return 1;
    case Hitman: return 1;
    default: // SendDeathMessage codes
}
Reply


Messages In This Thread
Kill list help - by joko2021 - 30.01.2015, 12:15
Re: Kill list help - by ZcvDev - 30.01.2015, 12:20
Re: Kill list help - by joko2021 - 30.01.2015, 12:21
Re: Kill list help - by ATGOggy - 30.01.2015, 12:22
Re: Kill list help - by ZcvDev - 30.01.2015, 12:22
Re: Kill list help - by joko2021 - 30.01.2015, 12:25
Re: Kill list help - by CalvinC - 30.01.2015, 12:32
Re: Kill list help - by joko2021 - 30.01.2015, 12:37
Re: Kill list help - by joko2021 - 30.01.2015, 12:45

Forum Jump:


Users browsing this thread: 1 Guest(s)