Author Topic: Help with scorekeeping  (Read 759 times)

Hey, I'm planning to make a zombie server with Rots bot Mod, I've got events to when you buy a gun your score decreases, but theres a problem.

To help Users to know how much money they have, its usually there score. But a lot of then don't want to keep pressing F2 to show their score.

So, mainly, I want the event OnActive>Client>BottomPrint> [Msg]> To show the players' scores. Just like %1 shows the client's name, what is the "%" for showing your score?

If you did that... OnActive>Client>Bottomprint>"Cash: [score]">

And I can make that a relay so it will never stop showing the score.

So again, what is the "%" for your score?


Hey, I'm planning to make a zombie server with Rots bot Mod, I've got events to when you buy a gun your score decreases, but theres a problem.

To help Users to know how much money they have, its usually there score. But a lot of then don't want to keep pressing F2 to show their score.

So, mainly, I want the event OnActive>Client>BottomPrint> [Msg]> To show the players' scores. Just like %1 shows the client's name, what is the "%" for showing your score?

If you did that... OnActive>Client>Bottomprint>"Cash: [score]">

And I can make that a relay so it will never stop showing the score.

So again, what is the "%" for your score?
There is this new thing , variables.
<var:cl:Score>

There is this new thing , variables.
<var:cl:Score>
Noooo, Not "var" it, SHOW the score...

Noooo, Not "var" it, SHOW the score...
Learn2variable
That DOES show it.
<var:cl:score> in a centerprint/bottomprint/chatmessage will display your score.

Learn2variable
That DOES show it.
<var:cl:score> in a centerprint/bottomprint/chatmessage will display your score.
Oh shoot, I thought thru the VCE ifValue.

Oh, and by they way, it only shows "<var:cl:score>" instead of 0 or w/e.I also tried <var:client:score>, too.

...Something tells me I'm doing something wrong here...

Oh, and by they way, it only shows "<var:cl:score>" instead of 0 or w/e.I also tried <var:client:score>, too.

...Something tells me I'm doing something wrong here...
Don't tell me you don't have variables installed...

Don't tell me you don't have variables installed...
Ok, I've got VCE installed, but the problem was I didn't have the "Hud prints"

Found out score, then <var:pl:maxhealth> and <var:pl:health>, too.

Anyways, I guess you halfway help, but thanks anyways.

Ok, I've got VCE installed, but the problem was I didn't have the "Hud prints"

Found out score, then <var:pl:maxhealth> and <var:pl:health>, too.

Anyways, I guess you halfway help, but thanks anyways.
Not needed.

Not needed.
What? The last time I checked I had VCE enabled, and "<var:cl:score>" didn't work....

After I got "VCE hud prints", it worked fine.