Forum

> > CS2D > Scripts > Teach me how to be admin in my tibia server
Forums overviewCS2D overview Scripts overviewLog in to reply

English Teach me how to be admin in my tibia server

9 replies
To the start Previous 1 Next To the start

old Re: Teach me how to be admin in my tibia server

Conscience
User Off Offline

Quote
1
adminList = {USGN}
Did you even add it there? Maybe you are just confused. Open your admin.lua file located in the sys/lua/cs2dtibia/ folder with notepad. Then add your USGN in the adminList table.

There is unfortunately no command to set money, so we use the built in Lua command by Weiwen and type this:
1
!l PLAYERS[YOUR_IN-GAME_ID].Money = AMOUNT_OF_MONEY

Hope this helps!

old Re: Teach me how to be admin in my tibia server

Ryden
User Off Offline

Quote
Ok, So first for be admin in your own tibia server you need to know your Usgn id.(Find it in your profile of unreal)

After go to Counter striker folder and follow these steps:

sys/lua/cs2dtibia/admin.lua

Then opened your Admin.lua try to find :

1
adminList = {100324}   ---Here the admin usgn's---
At line 3.

Do not change that Just follow them and Copy that

I puted your Usgn id 100324

Just insert it in the AdminList as i post in the Top with code

Enjoy!

old Re: Teach me how to be admin in my tibia server

Xirot
User Off Offline

Quote
Check your lua , find where to put your USGN number.
Sadly , we can not do that , cause we don't know the lua that you're using.
Do it alone.
Usually , it will be something like this in the lua.
1
AdminList = {xxxxx}
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview