Forum

> > CS2D > Scripts > Teach me how to be admin in my tibia server
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Teach me how to be admin in my tibia server

9 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

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

Conscience
User Off Offline

Zitieren
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!

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

Ryden
User Off Offline

Zitieren
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!

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

Xirot
User Off Offline

Zitieren
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}
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht