quick help from the pro's ;)
#8

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
  if(reason == 50)
  {
   new name[24], str[128];
   GetPlayerName(killerid, name, sizeof name);
   format(str, sizeof str, " %s has been kicked for heli killing!", name);
   SendClientMessageToAll(color, str);
   SendClientMessage(killerid, color, " Do NOT heli kill!");
   Kick(killerid);
  }
  return 1;
}
Reply


Messages In This Thread
quick help from the pro's ;) - by XeoN_13 - 18.04.2009, 23:07
Re: quick help from the pro's ;) - by Joe Staff - 18.04.2009, 23:47
Re: quick help from the pro's ;) - by XeoN_13 - 19.04.2009, 00:42
Re: quick help from the pro's ;) - by Backwardsman97 - 19.04.2009, 00:47
Re: quick help from the pro's ;) - by StrickenKid - 19.04.2009, 00:48
Re: quick help from the pro's ;) - by ICECOLDKILLAK8 - 19.04.2009, 01:14
Re: quick help from the pro's ;) - by XeoN_13 - 19.04.2009, 01:31
Re: quick help from the pro's ;) - by Grim_ - 19.04.2009, 02:32
Re: quick help from the pro's ;) - by XeoN_13 - 20.04.2009, 03:16
Re: quick help from the pro's ;) - by XeoN_13 - 20.04.2009, 03:25

Forum Jump:


Users browsing this thread: 1 Guest(s)