Kills / Deaths not working
#1

Hi Guys can someone make this functionable. like when i kill someone it does'nt add automaticlly it will add after you die well i want is to make it Automaticlly added without dying.

This is My Script

Код:
 public OnPlayerUpdate (playerid)
{
	TextDrawShowForPlayer(playerid, Rank1[playerid]);
	new str[200];
	format(str, sizeof(str),"~W~SCR:~y~%d~n~~w~K:~y~%d ~w~D:~y~%d", GetPlayerScore(playerid),PlayerInfo[playerid][Kills], PlayerInfo[playerid][Deaths]);
	TextDrawSetString(Rank1[playerid], str);
      }
      return 1;
}
Reply


Messages In This Thread
Kills / Deaths not working - by BlAcKEdiTioN - 30.04.2014, 17:07
Re: Kills / Deaths not working - by Vince - 30.04.2014, 17:21
Re: Kills / Deaths not working - by Guest4390857394857 - 30.04.2014, 17:25
Re: Kills / Deaths not working - by BlAcKEdiTioN - 30.04.2014, 17:50
Re: Kills / Deaths not working - by Kyance - 30.04.2014, 18:04
Re: Kills / Deaths not working - by Vince - 30.04.2014, 18:08

Forum Jump:


Users browsing this thread: 1 Guest(s)