General > Off-Topic

Help with the whole thing!

<< < (2/3) > >>

JamminR:
Kraq,
 As Mank keeps trying to say, read the readme.txt files included with both Ulib abd Ulx v2

Ulib is a gmod lua library of code to make some lua coding easier.
ULX v2 uses Ulib to do much of its work.
Ulx v2 _requires_ Ulib.

We aren't trying to be mean, but, we don't like helping those who haven't read the fine instructions Megiddo wrote.
Read the readmes.
Once you've done that, try from your server, in console while connected in game, "ulx help"
You should see lots of commands.
If you only see a few, you didn't set up yourself as an admin user correctly. See your lua/Ulib/users.ini file, and the readme.txt file again.

Kraq:
Well I have read the readme , thats\'s how i found out wher to put the files in the first place :P. and thnx for the commands.

Kraq:
Ok now i need to know how to make som1 else admin ;D

JamminR:
There is no ulx v2 command to do it 'in game.'
While the person you want to add is connected, type status in console.
Get their steamid STEAM:#:#:####### ... all digits of it
Then, add them to your gmod9/lua/Ulib/users.ini like you did yourself.
Restart the script/server.

Your friend should now have the access you gave them.

Kraq:
// Users configuration file

// Line starting with // are comments

// Access flags:
// a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
// b - reservation (can join on reserved slots)
// c - kick access
// d - ban and unban access
// e - slay and slap access
// f - map access
// g - cvar access
// h - ent access (could crash the server!)
// i - misc chat access
// j - vote access
// k - prop access
// l - rcon access
// m - player control access (things that affect clients)
// n - menu access
// Other letters may be used for additional plugins (access flags are caps-sensitive).

// Account flags:
// a - this is a playername
// b - this is a clan tag (partial playername)
// c - this is a steamid
// d - this is an ip
// e - this is a steam login (the username they log into steam with)
// f - disconnect player on invalid password (gives them 30 seconds to enter one, by default)

// Password:
// When asked for the password, use "_pw <password>" in console

// Format of admin account:
// "<name|ip|steamid|clantag|steamlogin>" "<password>" "<access flags>" "<account flags>"

// Examples of admin accounts:
// "STEAM_0:0:123456" "" "abcdefghijklmnopqrstuv" "c"
// "123.45.67.89" "" "abcdefghijklmnopqrstuv" "d"
// "My Name" "my_password" "abcdefghijklmnopqrstuv" "a"

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version