Kill list help
#8

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
"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
}
i mean the kill list on the right of the screen.....is it possible to control it ?

EDIT:Solved thanks
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)