*** empty log message ***

This commit is contained in:
Johnny Bergström 2005-03-24 11:37:00 +00:00
parent 73f1e4d77e
commit 560f50eda7

View File

@ -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
}