SRCDS Steam group


Mani admin plugin error: Unknown command
#1
Sad 
I've created a Source Multiplayer Dedicated Server (CS:S)
I downloaded mani admin plugin from http://www.mani-admin-plugin.com/
I've read all tutorials & seen all tutorial videos.
My only problem is while executing "mani_server.cfg", it says unknown command

****** Executing mani_server.cfg ******
Unknown command "mani_adverts"
Unknown command "mani_time_between_adverts"
Unknown command "mani_adverts_chat_area"
Unknown command "mani_adverts_top_left"
Unknown command "mani_advert_col_red"
Unknown command "mani_advert_col_green"
Unknown command "mani_advert_col_blue"
Unknown command "mani_advert_dead_only"
Unknown command "mani_adverts_bottom_area"
Unknown command "mani_stats"
Unknown command "mani_stats_mode"
Unknown command "mani_stats_drop_player_days"
Unknown command "mani_stats_calculate"
Unknown command "mani_stats_kills_required"
Unknown command "mani_stats_kills_before_points_removed"
Unknown command "mani_stats_top_display_time"
Unknown command "mani_stats_show_rank_to_all"
Unknown command "mani_stats_write_text_file"
Unknown command "mani_stats_calculate_frequency"
Unknown command "mani_stats_write_frequency_to_disk"
Unknown command "mani_stats_by_steam_id"
Unknown command "mani_stats_include_bot_kills"
Unknown command "mani_stats_decay_start"
Unknown command "mani_stats_decay_period"
Unknown command "mani_stats_decay_restore_points_on_connect"
Unknown command "mani_stats_points_add_only"
Unknown command "mani_stats_ignore_ranks_after_x_days"
Unknown command "mani_stats_points_multiplier"
Unknown command "mani_stats_points_death_multiplier"
Unknown command "mani_stats_css_weapon_ak47"
Unknown command "mani_stats_css_weapon_m4a1"
Unknown command "mani_stats_css_weapon_mp5navy"
Unknown command "mani_stats_css_weapon_awp"
Unknown command "mani_stats_css_weapon_usp"
Unknown command "mani_stats_css_weapon_deagle"
Unknown command "mani_stats_css_weapon_aug"
Unknown command "mani_stats_css_weapon_hegrenade"
Unknown command "mani_stats_css_weapon_xm1014"
Unknown command "mani_stats_css_weapon_knife"
Unknown command "mani_stats_css_weapon_g3sg1"
Unknown command "mani_stats_css_weapon_sg550"
Unknown command "mani_stats_css_weapon_galil"
Unknown command "mani_stats_css_weapon_m3"
Unknown command "mani_stats_css_weapon_scout"
known command "mani_stats_css_ct_all_hostages_rescued_team_bonus"
Unknown command "mani_stats_css_ct_bomb_defused_team_bonus"
Unknown command "mani_stats_css_ct_hostage_killed_team_bonus"
Unknown command "mani_stats_css_ct_hostage_rescued_team_bonus"
Unknown command "mani_stats_css_t_bomb_planted_team_bonus"

etc etc

How to fix this issue? plzz help :'(
Server runs on a windows server and the files i downloaded from http://www.megaupload.com/?d=ZDOSIHXJ
Reply
#2
Is Mani Admin Plugin even loaded? Try to locate a .vdf file in your addons directory. Smile
Reply
#3
(03-05-2011, 09:30 PM)realchamp Wrote:  Is Mani Admin Plugin even loaded? Try to locate a .vdf file in your addons directory. Smile

yes! addons folder contains mani_admin_plugin.vdf which includes

"Plugin"
{
"file" "../cstrike/addons/mani_admin_plugin"
}

Yet it doesnt work.!
Reply
#4
(03-05-2011, 09:35 PM)hardc0r328 Wrote:  
(03-05-2011, 09:30 PM)realchamp Wrote:  Is Mani Admin Plugin even loaded? Try to locate a .vdf file in your addons directory. Smile

yes! addons folder contains mani_admin_plugin.vdf which includes

"Plugin"
{
"file" "../cstrike/addons/mani_admin_plugin"
}

Yet it doesnt work.!
Do you get any errors in the server console besides unknown commands?
Reply
#5
yes!
Couldn't exec banned_user.cfg
Couldn't exec banned_ip.cfg

Sad
Reply
#6
(03-05-2011, 09:43 PM)hardc0r328 Wrote:  yes!
Couldn't exec banned_user.cfg
Couldn't exec banned_ip.cfg

Sad

Anything besides those two? Like errors when loading Mani Admin Plugin?

And is Mani Admin Plugin even loaded?
Type following in console and post the list here:
Code:
plugin_print

Something tells me that you have to activate some sort of master value to get them working. Try editing the configuration file or post it here then I will edit it for you.
Reply
#7
(03-05-2011, 09:44 PM)realchamp Wrote:  
(03-05-2011, 09:43 PM)hardc0r328 Wrote:  yes!
Couldn't exec banned_user.cfg
Couldn't exec banned_ip.cfg

Sad

Anything besides those two? Like errors when loading Mani Admin Plugin?

And is Mani Admin Plugin even loaded?
Type following in console and post the list here:
Code:
plugin_print

Something tells me that you have to activate some sort of master value to get them working. Try editing the configuration file or post it here then I will edit it for you.

When i type plugin_print in console
it shows

] plugin_print
Loaded plugins:
---------------------
---------------------



Nothin else .. ^
Reply
#8
(03-05-2011, 09:49 PM)hardc0r328 Wrote:  
(03-05-2011, 09:44 PM)realchamp Wrote:  
(03-05-2011, 09:43 PM)hardc0r328 Wrote:  yes!
Couldn't exec banned_user.cfg
Couldn't exec banned_ip.cfg

Sad

Anything besides those two? Like errors when loading Mani Admin Plugin?

And is Mani Admin Plugin even loaded?
Type following in console and post the list here:
Code:
plugin_print

Something tells me that you have to activate some sort of master value to get them working. Try editing the configuration file or post it here then I will edit it for you.

When i type plugin_print in console
it shows

] plugin_print
Loaded plugins:
---------------------
---------------------



Nothin else .. ^

Did you type that in the server console? I think you wrote that in the client console. Smile
Reply
#9
shall i post the contents of "server.cfg" OR "mani_server.cfg ??
Reply
#10
(03-05-2011, 09:50 PM)hardc0r328 Wrote:  shall i post the contents of "server.cfg" OR "mani_server.cfg ??

mani_server.cfg Smile
edit: please post it in [code] tags.
Reply
#11
Both !! In-game console & the main server console .. Sad
ther's so much of it inside mani_server.cfg man! around 1443lines.. :/
Help! :/
Reply
#12
(03-05-2011, 09:52 PM)hardc0r328 Wrote:  Both !! In-game console & the main server console .. Sad
ther's so much of it inside mani_server.cfg man! around 1443lines.. :/
Help! :/

yeh that's fine, just post it here in [code] tags Smile

Could you post a screenshot of your addons folder? It seems to me that Mani isn't even loaded Smile
Reply
#13
(03-05-2011, 10:05 PM)realchamp Wrote:  
(03-05-2011, 09:52 PM)hardc0r328 Wrote:  Both !! In-game console & the main server console .. Sad
ther's so much of it inside mani_server.cfg man! around 1443lines.. :/
Help! :/

yeh that's fine, just post it here in [code] tags Smile

Could you post a screenshot of your addons folder? It seems to me that Mani isn't even loaded Smile

Here is the screenshot of my addons folder .. :/



Attached Files
.jpg   untitled.jpg (Size: 73.56 KB / Downloads: 25)
Reply
#14
Did you make a .vdf file for your MetaMod: Source installation?

http://sourcemm.net/vdf
Reply
#15
(03-06-2011, 02:52 AM)realchamp Wrote:  Did you make a .vdf file for your MetaMod: Source installation?

http://sourcemm.net/vdf

No! jus created .. :-)
Where to paste it ?
Anything more?
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)