People Online: 5
Socialize
DiscussionsPostsActivity
Developers > Developer Help > How to make myself admin
Login to post.
Ishuri
Activist
Hey ishuri, i can help out. Try this in your project

#DEFINE ASSERT_ADMIN 'kickClient' Client onConnect() this.showInterface('interface1') World[ASSERT_ADMIN](this, 'Admin power granted')

This will allow you to access the admin scope of your code. Good luck.