Tuesday, January 13, 2009

Users.ini File and Flags in AMX Mod X

Users.ini file allows the administrator of AMX Mod X to give other users some powers to use some commands. The Powers are given by the help of Flags.

"Name/IP" "" "abc....(all the flags)" "c/d"

This line can be seen at the end of the users.ini file. You may see "loopback" or your IP address in the first parameter. The second parameter can be neglected as it is the password. The third parameter talks about the flags. The fourth parameter c/d is to be set depending up on the name or IP address given. Put c if it is name and d if it is IP address.

So now the user with this Name or IP addresses is going to get the powers given. You can see some letters beside each command in the same file. User with that letter included in the flags can use that command. Its as simple as giving powers just by defining a letter to each power.

Examples: A user with 'a' included in his flags cannot be kicked and banned. A user with 'b' included in his flags can have a slot reserved always. A user with 'c' included in his flags can kick other players. A user with 'd' included in his flags can ban and unban other players. A user with 'e' included in his flags can use amx_slay and amx_slap commands. A user with 'f' included in his flags can change maps. A user with 'j' included in his flags can put votes and use all the vote commands.

No comments:

Post a Comment