Author Topic: VCE Help  (Read 374 times)

   I'm making a server, and I need help with some VCE. I'm using http://jes00.webs.com/vce-manual for Variables, but I need help placing them.
   I know the gist of VCE and how it works. But, on my server, I want to make a bottom print saying:
1- Total Bricks On Server    <var:global:brickcount>
2- Total Bricks Player Has Planted <var:client:brickcount>
3- Current Time <var:global:time> (Don't need, but want) or maybe, if possible, - (Time on Server) ?

Is there a way to put these into VCE and get them to come out like:
Global Bricks: x    Your Bricks: x    Current Time:  x
If so, is it possible to make them update every second/(10 seconds maybe?) If this doesn't work with VCE, can someone help me writing a code for this? You'll really help me a lot.


   I'm making a server, and I need help with some VCE. I'm using http://jes00.webs.com/vce-manual for Variables, but I need help placing them.
   I know the gist of VCE and how it works. But, on my server, I want to make a bottom print saying:
1- Total Bricks On Server    <var:global:brickcount>
2- Total Bricks Player Has Planted <var:client:brickcount>
3- Current Time <var:global:time> (Don't need, but want) or maybe, if possible, - (Time on Server) ?

Is there a way to put these into VCE and get them to come out like:
Global Bricks: x    Your Bricks: x    Current Time:  x
If so, is it possible to make them update every second/(10 seconds maybe?) If this doesn't work with VCE, can someone help me writing a code for this? You'll really help me a lot.
Use THIS mod and do "Global Bricks: <var:global:brickCount> Your Bricks: <var:client:brickCount> Current Time: <var:global:time>".