Teamkilling Problem how do i fix that????
#3

Quote:
Originally Posted by BiG_Sm0k3
pawn Код:
GetPlayerName(playerid, sendername, sizeof(sendername));
 GetPlayerName(playerid,killername, sizeof(killername));
You're getting the playerid (killed id in this case) twice with two different variables making it show something like. Jack_Smith teamkilled Jack_Smith

Replace with
pawn Код:
GetPlayerName(playerid, sendername, sizeof(sendername));
  GetPlayerName(killerid,killername, sizeof(killername));
Reply


Messages In This Thread
Teamkilling Problem how do i fix that???? - by will_92 - 22.06.2009, 00:42
Re: Teamkilling Problem how do i fix that???? - by HuRRiCaNe - 22.06.2009, 00:55
Re: Teamkilling Problem how do i fix that???? - by Chaprnks - 22.06.2009, 03:09

Forum Jump:


Users browsing this thread: 1 Guest(s)