Blockland Forums > Help
JVS Problem, Admin only use.
Pages: (1/1)
Obliviongate20:
Whenever a non-admin player tries to place down a JVS brick, all the events are deleted like so:
Also, if a non-admin tries to activate it, it apparently says "contentStart And contentStop are admin only events!", Or something like that. MARBLE MAN gave me a code that should be fixing this, but i get an eval and Syntax error when i try the code in console.
--- Code: ---for(%i=0;$inputEventAdminOnlyfxDTSBRick[%i]!$="";%++)$inputEventAdminOnlyfxDTSBRick[%i]=0;
--- End code ---
Any help on this?
TB2:
Same issue. Needs fixed.
Zeblote:
--- Quote from: Obliviongate20 on August 04, 2013, 02:06:54 PM ---
--- Code: ---for(%i=0;$inputEventAdminOnlyfxDTSBRick[%i]!$="";%i++)$inputEventAdminOnlyfxDTSBRick[%i]=0;
--- End code ---
--- End quote ---
You forgot an i in the code
Here's a fixes version of JVS:
https://www.dropbox.com/s/kv791o1guaguok9/JVS_Content.zip
ArchaicModifications:
Apparently JVS is stuffty.
Zeblote:
--- Quote from: ArchaicModifications on August 05, 2013, 01:47:19 PM ---Apparently JVS is stuffty.
--- End quote ---
It needs a fixup.
Pages: (1/1)