mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
*** empty log message ***
This commit is contained in:
parent
73f1e4d77e
commit
560f50eda7
@ -136,6 +136,9 @@ public addadminfn(id, level, cid) {
|
||||
AddAdmin(id, steamid, flags, password)
|
||||
cmdReload(id, ADMIN_CFG, 0)
|
||||
|
||||
new name[32]
|
||||
get_user_info(player, "name", name, 31)
|
||||
accessUser(player, name)
|
||||
|
||||
return PLUGIN_HANDLED
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user