Gun Stats Counting...
Well , i have a code and i want on each kill / death to Count for 2 players gun stats. For the killer and the victim...
ex: PHP Code:
PlayerID[32] i store virtual ids for each player. Base on theese ids i want to store in a database for each player gunstats. Kills and deaths from each gun for each player. now i want to make an array and put the stats in it example: weaponstats[32 -PlayerID][32 - WeaponID][1 - Kill - Deaths] example for killing: weaponstats[killer][wpnindex][0] - 0 for kills weaponstats[victim][wpnindex][1] - 1 for deaths But i am not sure how to make it :D can anyone help me ?:D |
Re: Gun Stats Counting...
bump
|
Re: Gun Stats Counting...
Untested
PHP Code:
|
| All times are GMT -4. The time now is 14:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.