HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

LeaderBoard Problem!

06-23-2003, 12:59 PM#1
Dark Azonik
ok ive read the tutorial 3dguy made about leaderboard...all works fine except when a unit kills an enemy it adds +1 to every player..how come it does this?
06-23-2003, 01:01 PM#2
Trigger|This
You have every player's kills set to the same variable....???
06-24-2003, 12:53 AM#3
Dark Azonik
well yes...thats the problem ...right?
06-24-2003, 12:59 AM#4
kharma
Yes it is. Use an array instead to keep all the values seperate.

~kharma