mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
amx.cfg --> amxx.cfg
This commit is contained in:
parent
94b9bc9939
commit
1b0cc63b5b
@ -72,7 +72,7 @@ public plugin_init()
|
|||||||
|
|
||||||
remove_user_flags(0,read_flags("z")) // Remove 'user' flag from server rights
|
remove_user_flags(0,read_flags("z")) // Remove 'user' flag from server rights
|
||||||
|
|
||||||
server_cmd("exec addons/amxx/amx.cfg") // Execute main configuration file
|
server_cmd("exec addons/amxx/amxx.cfg") // Execute main configuration file
|
||||||
loadSettings("addons/amxx/configs/users.ini") // Load admins accounts
|
loadSettings("addons/amxx/configs/users.ini") // Load admins accounts
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ public plugin_init()
|
|||||||
|
|
||||||
remove_user_flags(0,read_flags("z")) // remove 'user' flag from server rights
|
remove_user_flags(0,read_flags("z")) // remove 'user' flag from server rights
|
||||||
|
|
||||||
server_cmd("exec addons/amxx/amx.cfg")
|
server_cmd("exec addons/amxx/amxx.cfg")
|
||||||
server_cmd("exec addons/amxx/configs/mysql.cfg;amx_sqladmins")
|
server_cmd("exec addons/amxx/configs/mysql.cfg;amx_sqladmins")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user