Blockland Forums > Help
Help with VCE (money system)
Racerboy:
well, it's working, you just need a way to display it.
--- Code: ---onZombieDeath>Client>VCE_ModVariable>Add [score] [NUMBER]
--- End code ---
--- Code: ---onZombieDeath>Client>Centerprint: <var:cl:score>
--- End code ---
bestpersoneva:
--- Quote from: Racerboy on December 21, 2011, 05:05:40 PM ---well, it's working, you just need a way to display it.
--- Code: ---onZombieDeath>Client>VCE_ModVariable>Add [score] [NUMBER]
--- End code ---
--- Code: ---onZombieDeath>Client>Centerprint: <var:cl:score>
--- End code ---
--- End quote ---
Ok, i'll try, but now can you post the Gun shop code?
bestpersoneva:
--- Quote from: bestpersoneva on December 21, 2011, 05:34:07 PM ---Ok, i'll try, but now can you post the Gun shop code?
--- End quote ---
ehhhh it didn't work...
KoopaScooper:
or instead of modding any client variables you could just use incScore and <var:cl:score>
bestpersoneva:
--- Quote from: KoopaScooper on December 21, 2011, 06:11:51 PM ---or instead of modding any client variables you could just use incScore and <var:cl:score>
--- End quote ---
Can you use that to buy weapons? like if you get 100 points you can buy a gun? if so leave the code please :P