Blockland Forums > Help
Help with VCE (money system)
bestpersoneva:
Since no one on RTB could help, can someone please help me make a Money system?
first i need it where you kill a zombie it gives you 10 points, and tells you that you earned points
next i need it where you can use those points to purchase guns..
can someone please help????? just post the event info! yes i have vce
jes00:
--- Code: ---onZombieDeath>Killer(client)>VCE_ModVariable>Add [score] [NUMBER]
--- End code ---
Or something like that.
bestpersoneva:
--- Quote from: jes00 on December 21, 2011, 04:22:11 PM ---
--- Code: ---onZombieDeath>Killer(client)>VCE_ModVariable>Add [score] [NUMBER]
--- End code ---
Or something like that.
--- End quote ---
ehh. there isn't (killer) there is player/client.. i've also tried something similar to that.
and could you add a way for me to do the points to purchase guns?
(i've seen servers that used VCE and did this)
jes00:
--- Quote from: bestpersoneva on December 21, 2011, 04:28:00 PM ---ehh. there isn't (killer) there is player/client.. i've also tried something similar to that.
and could you add a way for me to do the points to purchase guns?
(i've seen servers that used VCE and did this)
--- End quote ---
Use client.
bestpersoneva:
--- Quote from: jes00 on December 21, 2011, 04:30:58 PM ---Use client.
--- End quote ---
Still not working :/ and can you tell me how to do the gun part?