17.11.2006, 22:56
I just downloaded your script and this is what i found.
returns incorrect stats for other players. I think when you do //stats id it returns the players stats but your own kills giving you an incorrect ratio.
on line 157 this is what i found
Also can you make it write a a text file so you dont lose stats when the server is reset
Regards
Whatup
returns incorrect stats for other players. I think when you do //stats id it returns the players stats but your own kills giving you an incorrect ratio.
on line 157 this is what i found
Quote:
format(string, sizeof(string), "Cash: $%d Kills: %d Deaths: %d Ratio: %0.2f", GetPlayerMoney(idplayer), KillCount[playerid], DeathCount[idplayer], Float:KillCount[idplayer]/Float ![]() |
Regards
Whatup