SendDeathMessage
#1

Hey mates i was wondering, is it possible to show SendDeathMessage to only certain players.

For example iґd like to show it to only on duty admins


right now i have this:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
//bla bla bla bla


    for(new i=0; i<MAX_PLAYERS; i++)
  {
      if(AdminDuty[i] == 1)
    {
      SendDeathMessage(killerid, playerid, reason);
      return 1;
      }
  }
Reply
#2

Nope it's not.
Reply
#3

ok thanks, i was affraid it wasnt, just thought to ask here just incase :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)