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.
So I was wondering how can I make myself an admin in my game, a mod. But I am the owner so how can I get it to say for eg.
[Owner]Ishuri:[msg]
#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.