Author Topic: Help with VCE (money system)  (Read 4328 times)

Use bot events instead, they work on the zombies.

OnBotDamaged >> pl or cl >> VCE_modvariable >> [money] add [<amount of money you want from the bot being damaged>]

Or


OnBotKilled >> pl or cl >> VCE_modvariable >> [money] add [<amount of money you want from killing the bot>]

To show the score you need VCE Hud prints you can download from rtb.

Then enter it in Server Control.

Like this if you want it with Yellow color and points to be White

<color:ffff00> Score: <color:ffffff> <var:cl:score>

I think this is the better way if you want to always see your score.

To show the score you need VCE Hud prints you can download from rtb.

Then enter it in Server Control.

Like this if you want it with Yellow color and points to be White

<color:ffff00> Score: <color:ffffff> <var:cl:score>

I think this is the better way if you want to always see your score.
You don't NEED this, this is just if you always want to see your score, but if he wants to use the score system from blockland then he can just press f2 to see them. Or he can just put <var:cl:score> in chat.

To show the score you need VCE Hud prints you can download from rtb.

Then enter it in Server Control.

Like this if you want it with Yellow color and points to be White

<color:ffff00> Score: <color:ffffff> <var:cl:score>

I think this is the better way if you want to always see your score.
Actually, the VCE HUD Prints disappear when not around something evented with VCE, I suggest HUD Prints by Boom. 

They stay there, not getting interrupted.

You don't NEED this, this is just if you always want to see your score, but if he wants to use the score system from blockland then he can just press f2 to see them. Or he can just put <var:cl:score> in chat.
What if he doesn't want %cl.score? What if he wants something like <cash>, <c>, <money>, <m>, or even <BLAH>?  Which isn't going to show to score.

Just saying.