Author Topic: Admin Portal  (Read 519 times)

I have a 1x6x5 as a portal.  I have the other portal somewhere else as a 1x1.

I want only admins and super admins to be able to use it, not normal players.

How do I do this?  :panda:

I don't wanna use any JVS content

You could use VCE. I used to know it, but I have since forgotten.

You could use VCE. I used to know it, but I have since forgotten.

And what exactly is VCE

And what exactly is VCE
Variables. Look up some guides and the add-on itself.

Download VCE

0| onActivate > Self > VCE_ifValue > <var:cl:isadmin> >= 1 [1 2]
1| onVariableTrue > doEventForAdmin
2| onVariableFalse > doEventForNonAdmin