Author Topic: JVS Problem, Admin only use.  (Read 519 times)

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: [Select]
for(%i=0;$inputEventAdminOnlyfxDTSBRick[%i]!$="";%++)$inputEventAdminOnlyfxDTSBRick[%i]=0;
Any help on this?

Same issue. Needs fixed.


Code: [Select]
for(%i=0;$inputEventAdminOnlyfxDTSBRick[%i]!$="";%i++)$inputEventAdminOnlyfxDTSBRick[%i]=0;
You forgot an i in the code

Here's a fixes version of JVS:

https://www.dropbox.com/s/kv791o1guaguok9/JVS_Content.zip