get player kills
#2

okay so onplayerdeath u should give the killedid some variables so type on the top of ur gamemode
new pKills[MAX_PLAYERS];
now on playerdeath u need to type
pKills[killerid] +=1;
and u have to create the textdraw now onplayerupdate check if(pKills[playerid]==0)
make the textdraw 0 if(pKills[playerid] ==1) make textdraw 1 and so on....
or but I'm not sure this will work u need to add the textdraw and update it by %s, pKills); like so but not 100% sure this will work.
Reply


Messages In This Thread
get player kills - by JuzDoiT - 09.02.2017, 18:03
Re: get player kills - by silverms - 09.02.2017, 20:01
Re: get player kills - by Astralis - 09.02.2017, 20:15

Forum Jump:


Users browsing this thread: 1 Guest(s)