Mani-Mod Source Mod

Post Reply
kalel
New to forums
New to forums
Posts: 14
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Feb 14, 2005 4:27 pm

Mani-Mod Source Mod

Post by kalel »

For all of you waiting for Source Mod

http://www.mani-admin-plugin.com/forums/portal.php

its pretty simple to install

upload

Code: Select all

cstrike\addons\mani_admin_plugin.dll
cstrike\addons\mani_admin_plugin.vdf

cstrike\maps\de_dust.res

cstrike\cfg\autoexec.cfg
cstrike\cfg\mani_server.cfg

cstrike\cfg\mani_admin_plugin\adminlist.txt
cstrike\cfg\mani_admin_plugin\adverts.txt
cstrike\cfg\mani_admin_plugin\cexeclist_all.txt
cstrike\cfg\mani_admin_plugin\cexeclist_ct.txt
cstrike\cfg\mani_admin_plugin\cexeclist_player.txt
cstrike\cfg\mani_admin_plugin\cexeclist_spec.txt
cstrike\cfg\mani_admin_plugin\cexeclist_t.txt
cstrike\cfg\mani_admin_plugin\default_weapon_restrict.txt
cstrike\cfg\mani_admin_plugin\rconlist.txt
cstrike\cfg\mani_admin_plugin\reserveslots.txt
cstrike\cfg\mani_admin_plugin\restricted_weapons.txt
cstrike\cfg\mani_admin_plugin\soundlist.txt
cstrike\cfg\mani_admin_plugin\wordfilter.txt

cstrike\cfg\mani_admin_plugin\map_config\cs_reflex3.cfg

cstrike\cfg\mani_admin_plugin\restrict\cs_reflex3_restrict.txt
the .so file is for linux servers. wich you don't have to worry about since NFO is windows based

once you get those files uploaded.
adminlist.txt

go into your control panel and open
cstrike\cfg\mani_admin_plugin\adminlist.txt

and add your admins and add there steam ID's

Exsample
STEAM_0:0:5555555 // Admins Name
That gives them full acess
STEAM_0:0:2388333 rp // Admins Name
Admin can't rcon and play sound !!

all the info is in that file for you to see

Code: Select all

//
// Add your IP's and Steam addresses in this file for admins
//
//
// e.g STEAM_0:0:21233123
//     213.44.33.47
//
// ADDING FLAGS MEANS YOUR ARE STOPPING ADMINS FROM USING
// THOSE OPTIONS UNLESS YOU HAVE mani_reverse_admin_flags set to 1
// in your autoexec.cfg
//
// Restriction options are :-
//
// k = restrict admin from kicking players
// r = restrict admin from executing rcon commands via ma_rcon
// q = restrict admin from executing rcon commands from the menu
// e = restrict admin from the adminexplode command
// m = restrict admin from slaying players
// b = restrict admin from banning players
// s = restrict admin from running ma_say
// o = restrict admin from running ma_chat
// a = restrict admin from running ma_psay
// c = restrict admin from changing maps
// p = restrict admin from playing sounds
// w = restrict admin from restricting weapons
// z = restrict admin from plug-in config menu
// x = restrict admin from running admincexec commands
// y = restrict admin from running admincexec from the menu
// i = restrict admin from running blind commands
// l = restrict admin from running slap commands
// 
//
//
// An example would be if you wanted to prevent admin
// with steam id STEAM_0:0:2388333
// from being able to play sounds and rcon command
//
// STEAM_0:0:2388333 rp   // Admin can't rcon and play sound !!
//
// Another example
// STEAM_0:0:3389333 kmc  // Admin can't kick, slay or change maps
//
// If you wanted an admin to be created by IP Address you 
// set your entry to be in the format
//
// ;IP Address flag
//
// Example
//
// ;213.133.76.58 rp // Admin can't rcon and play sound !!
// ;113.124.36.2 kmc // Admin can't kick, slay or change maps
//
// If you want to have an Admin created by both steam ID and IP address you
// use the format STEAM_ID;IP_ADDRESS flags
//
// Example
//
// STEAM_0:1:877489;231.192.67.5 rp // Admin can't rcon and play sound !!
//
// IMPORTANT NOTES !!!!
// 
// If you only use an IP Address, the character ';' MUST be directly in
// front of it.
// 
// There must be a space between the steam ID/IP Address and restriction flags
// or the plug-in will assume that it is part of the Steam ID/IP Address
Once you have done that simply restart your server and you are done.

one you are in game you can bind a key to admin
Exsample
bind = "admin"

and that should be it if you have any questions feel free to ask
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

Thanks for that tutorial.
kalel
New to forums
New to forums
Posts: 14
Joined: Mon Feb 14, 2005 4:27 pm

Post by kalel »

NP I tryed out 2 or 3 pluings for Source and this one ran the most stable so I figured might as well share.
Fuzzy |dA
New to forums
New to forums
Posts: 1
Joined: Mon Mar 14, 2005 8:21 am
Contact:

Post by Fuzzy |dA »

one problem i see with that the new mani-mod with out having the old mani allready installed doesn't work that way mani_admin_plugin_v1_1_0f_cssource it is isntalled just no one can have admin i have added the steam id's and user names and still get nothing
//STEAM:0:0:1234567
//USERNAME
and i get a big fat you do not have admin rights so i'm stuck it just doesn't work i have edited every file they say to on the help page for mani mod and i still get nodda anyone got any ideas
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

dont put // infront of your SteamID's, that tells the mod to ignore that line. You can use the // for the user name or to note other things about that particular admin, but make sure its on a separate line.
Post Reply