AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   voteban and votekick (https://forums.alliedmods.net/showthread.php?t=135341)

Eurolite 08-15-2010 03:40

voteban and votekick
 
I'm looking for a plugin that lets players ban and kick by typing in voteban and votekick. I'm not sure if sourcemod includes this but I haven't been able to use it.

Also a server.cfg would be helpfull, I'm thinking the one I have now is causing my server to crash.

atom0s 08-15-2010 06:32

Re: voteban and votekick
 
Players Votes:
http://forums.alliedmods.net/showthread.php?p=632031

Will require some reading and configuration to get it to work as you want it to.

As for your server.cfg, post your current one and what type of server you are running if you want help getting that sorted out. (Be sure to remove your rcon password and any other passwords from the file first.)

Eurolite 08-15-2010 20:19

Re: voteban and votekick
 
Turns out the crashing was caused by a plugin. The player votes work fine. I'm now in need of a custom admin menu, the default one doesn't seem to work. For example, burn and slap, commands like that, will crash the server. I tried Sm Super Commands but they don't seem to have a menu of any sort.

Lebson506th 08-15-2010 22:29

Re: voteban and votekick
 
If the commands cause a crash, it's due to some bug or missing offsets not an issue with the menu.

What game is this on?
What version of SM are you running?

Eurolite 08-16-2010 02:07

Re: voteban and votekick
 
Counter-Strike, and the latest sourcemod and metamod source. I even tried using the commands here at the bottom http://wiki.alliedmods.net/Custom_Ad...28SourceMod%29

I also tried installing http://forums.alliedmods.net/showthread.php?p=950174 but it doesn't seem to work nor add the stuff to the admin menu.

Also... When typing a command such as sm_gravity 200 it gives me this error in the console:
Code:

] sm_gravity 200
[SM] No matching client was found.


atom0s 08-16-2010 02:10

Re: voteban and votekick
 
Quote:

Originally Posted by Eurolite (Post 1272308)
Counter-Strike, and the latest sourcemod and metamod source. I even tried using the commands here at the bottom http://wiki.alliedmods.net/Custom_Ad...28SourceMod%29

I also tried installing http://forums.alliedmods.net/showthread.php?p=950174 but it doesn't seem to work nor add the stuff to the admin menu.

Also... When typing a command such as sm_gravity 200 it gives me this error in the console:
Code:

] sm_gravity 200
[SM] No matching client was found.


sm_gravity is a command to specifically target a client. For example:
sm_gravity Player1 200

If you want to change the whole servers gravity, use:
sm_cvar sv_gravity 200

Most plugins do not automatically add anything to the admin menu, you will need to custom edit it yourself to add the various plugin commands you want.

Your crashing problems could be due to you not fully installing SourceMod. Make sure that you uploaded the entire archive to your server. You could be missing some offset files which are required.

Eurolite 08-16-2010 02:29

Re: voteban and votekick
 
Yes but in the notes its specifically says:

Quote:

2.3.2
Fixed c4 not being able to be restricted (thanks to Bacardi)
Fixed a fail load if adminmenu plugin was not loaded.
Added sm_pistols and sm_knives to admin menu. (Translations need to be updated. English has already been updated.)
Another bug fix but i cant remember what now.

sinblaster 08-16-2010 04:45

Re: voteban and votekick
 
Eurolite I installed this the other day and its been awesome. Everything that didnt work befor for me (like you) now does.
Advanced Commands (0.14)

The menu has everything. Hope that helps.


Eurolite 08-16-2010 05:07

Re: voteban and votekick
 
Thank you, I will try it out. I'll report back. Hopefully this works.

sinblaster 08-16-2010 07:05

Re: voteban and votekick
 
yeah post back, people usually take the info and run like hell, its good to see how people get on with solutions.


All times are GMT -4. The time now is 02:19.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.