Please look here.
#1

How to get the highest player score in the server? thanks...
Reply
#2

What?
Reply
#3

I mean,

when the timer ends, check who in the server have the highest score. and then says like: Player %s Wins.

Help?
Reply
#4

I'll tell you what you'll need to do instead of posting code:

In your procedure:
- Declar a variable and initialize it to 0, like "new HighestOne = -1;"
- Loop through all connected players:
-- compare the player's score with the score of the player "HighestOne", but if "HighestOne" is -1 then we'll skip that check and save the current id in the loop into HighestOne
- At the end, when the loop finished, you'll have the player with the highest score in the variable HighestOne.
Reply
#5

that's the problem, i dunno how to do al lthat you said
Reply
#6

Look here
Reply
#7

LOL? Could not find any code.
Reply
#8

check for filter scripts
Reply
#9

I could not find nothing the help me.
Reply
#10

BUMP
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)