kills/deaths per round
#1

hi,
how would u count the kills/deaths of a player he made in one round?

ive ried it like this but it doesnt seem to work!

pawn Код:
new KillsInRound[MAX_PLAYERS];
new DeathsInRound[MAX_PLAYERS];

//OnPlayerDeath

KillsInRound[killerid]++;
DeathsInRound[playerid]++;

//as soon as new round begins i reset them

KillsInRound[playerid]=0;
DeathsInRound[playerid]=0;
can someone tell me whats wrong pls?
Reply


Messages In This Thread
kills/deaths per round - by BlackWolf120 - 18.02.2011, 19:19
Re: kills/deaths per round - by (SF)Noobanatior - 18.02.2011, 19:25
Re: kills/deaths per round - by BlackWolf120 - 18.02.2011, 19:29
AW: kills/deaths per round - by !Phoenix! - 18.02.2011, 19:46
Re: kills/deaths per round - by Finn - 18.02.2011, 19:53
Re: kills/deaths per round - by BlackWolf120 - 18.02.2011, 19:58
Re: kills/deaths per round - by (SF)Noobanatior - 18.02.2011, 21:43
Re: kills/deaths per round - by BlackWolf120 - 19.02.2011, 00:18
Re: kills/deaths per round - by [WF]Demon - 19.02.2011, 00:25
Re: kills/deaths per round - by (SF)Noobanatior - 19.02.2011, 04:09

Forum Jump:


Users browsing this thread: 1 Guest(s)