Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: sourceserver.info. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

Jean

Schüler

  • »Jean« ist der Autor dieses Themas

Beiträge: 104

Rootserver vorhanden: Nein

  • Nachricht senden

1

Samstag, 18. April 2015, 12:34

Player Votes, Votekick, voteban, rtv, nominate

Hallo Leute ich bin seit einigen Tagen dabei Player Votes auf den Server zu machen, leider ohne erfolg :(
Ich habe dieses Plugin gefunden, https://forums.alliedmods.net/showthread.php?p=2097623

Oder solle ich ein anderes Benutzen?
Ich benutze die Version von Soucemod
SourceMod 1.7.1

Hoffe mir kann jemand weiter Hefen :(

uniQue

Fortgeschrittener

Beiträge: 409

Beruf: Kaufman im Einzelhandel

Rootserver vorhanden: Ja

  • Nachricht senden

2

Samstag, 18. April 2015, 20:38

Hier im Forum gefunden. [CS:S] VoteKick/Ban Sm

Scroll bisschen runter, da ist eins was fluxX compiliert hat. Runterladen und testen. Dann zum rtv und nominate ... Das sind Standard Plugins.... Schau mal im disabel Ordner nach.

Jean

Schüler

  • »Jean« ist der Autor dieses Themas

Beiträge: 104

Rootserver vorhanden: Nein

  • Nachricht senden

3

Freitag, 24. April 2015, 18:34

Sory für die Späte Antwort war aber im Urlaub.

Das Votekick, Voteban geht.
Muss ich in der .cfg was ändern.

Könntest du mir da evtl. was gut eingestellte cfg geben.

4

Freitag, 24. April 2015, 19:55

Sory für die Späte Antwort war aber im Urlaub.

Das Votekick, Voteban geht.
Muss ich in der .cfg was ändern.

Könntest du mir da evtl. was gut eingestellte cfg geben.


In welcher CFG?

Jean

Schüler

  • »Jean« ist der Autor dieses Themas

Beiträge: 104

Rootserver vorhanden: Nein

  • Nachricht senden

5

Freitag, 24. April 2015, 19:58

plugin.playersvotes.cfg

Habe von den Disable Ordner auch die Plugins
rockthevote.smx
nominations.smx

In den Plugins Order gepackt nur geht kein rtv und nominate :/

uniQue

Fortgeschrittener

Beiträge: 409

Beruf: Kaufman im Einzelhandel

Rootserver vorhanden: Ja

  • Nachricht senden

6

Freitag, 24. April 2015, 20:19

und mapchooser.smx gehört in dein Plugins odnder. Danach musst du es im cfg/sourcemod einstellen.

P.S vergiss server neustart oder mapchange nicht.

7

Freitag, 24. April 2015, 22:05

plugin.playersvotes.cfg

Habe von den Disable Ordner auch die Plugins
rockthevote.smx
nominations.smx

In den Plugins Order gepackt nur geht kein rtv und nominate :/

plugin.playersvotes.cfg

Habe von den Disable Ordner auch die Plugins
rockthevote.smx
nominations.smx

In den Plugins Order gepackt nur geht kein rtv und nominate :/


Find die .cfg irgendwie nicht..wo ist die bitte genau? :-D

uniQue

Fortgeschrittener

Beiträge: 409

Beruf: Kaufman im Einzelhandel

Rootserver vorhanden: Ja

  • Nachricht senden

8

Samstag, 25. April 2015, 00:02

Quellcode

1
cstrike/cfg/sourcemod 

Jean

Schüler

  • »Jean« ist der Autor dieses Themas

Beiträge: 104

Rootserver vorhanden: Nein

  • Nachricht senden

9

Samstag, 25. April 2015, 21:47

Könnte mir einer bei der cfg weiter Helfen.
Ich bekomms nicht hin
Also votemap und votemut sind aus das ist ok so.

Mein Problem liegt bei votekick und voteban. wenn 4 spieler auf server sind müssen auch 4 spieler z.b votekick machen um einen spieler zu kicken aber das macht ja keinen sin.
Das ist das gleiche bei voteban

Was muss ich da ändern?

Spoiler Spoiler


// ConVars for plugin "playersvotes"

//
// ===================== Ratios ==================================
//
// ratio required for successful votemap.
sm_votemap_ratio "0.60"

// ratio required for successful votekick.
sm_votekick_ratio "0.60"

// ratio required for successful voteban.
sm_voteban_ratio "0.80"

// ratio required for successful votemute.
sm_votemute_ratio "0.60"


//
// ===================== Minimums ==================================
//
// minimum votes required for successful votemap. -1 to disable voting
sm_votemap_minimum "-1"

// minimum votes required for successful votekick. -1 to disable voting
sm_votekick_minimum "0.0"

// minimum votes required for successful voteban. -1 to disable voting
sm_voteban_minimum "0.0"

// minimum votes required for successful votemute. -1 to disable voting
sm_votemute_minimum "-1"


//
// ===================== Team Vote ==================================
//
// NOTE: Experimental feature! If you try it for a while and it appears to work,
// please let me know: http://forums.alliedmods.net/showthread.php?t=72058
//
// When enabled, this restricts voting to within teams, and ratios are affected.
// A votekick ratio of 0.5 will mean "half of all players within the team"
// as opposed to "half of players in the whole server."
//
// Please note this can cause undesired side-effects. If this is enabled, someone
// is hacking and their team doesn't do anything about it, then the other team is
// helpless to kick/ban them.
//
// restrict kick votes to teams. 1 to enable, 0 to disable.
sm_votekick_team_restrict "0.0"

// restrict ban votes to teams. 1 to enable, 0 to disable.
sm_voteban_team_restrict "0.0"

// restrict mute votes to teams. 1 to enable, 0 to disable.
sm_votemute_team_restrict "0.0"


//
// ===================== Mapchange delay ==================================
//
// time in seconds before votemap is allowed after map start
sm_votemap_delay "60.0"

// time in seconds before votekick is allowed after map start
sm_votekick_delay "60.0"

// time in seconds before voteban is allowed after map start
sm_voteban_delay "60.0"

// time in seconds before votemute is allowed after map start
sm_votemute_delay "60.0"


//
// ===================== Limits ==================================
//
// number of kick votes allowed per player, per map. Useful for controlling spam. 0 to disable voting. -1 for no limit
sm_votekick_limit "-1"

// number of ban votes allowed per player, per map. Useful for controlling spam. 0 to disable voting. -1 for no limit
sm_voteban_limit "-1"

// number of map votes allowed per player, per map. Useful for controlling spam. 0 to disable voting. -1 for no limit
sm_votemap_limit "0"

// number of mute votes allowed per player, per map. Useful for controlling spam. 0 to disable voting. -1 for no limit
sm_votemute_limit "0"

// interval in seconds between another vote cast
sm_playersvotes_interval "15.0"

// number of seconds to display voting menus. 0 for no limit
sm_playersvotes_menu_timeout "0.0"


//
// ===================== Immunity ==================================
//
// Two means of immunity are provided:
// * numeric immunity level
// * group-based immunity
//
// sm_playersvotes_immunity:
// admins with equal or higher immunity level will not be affected by votekick and voteban. 0 to immunize all admins. -1 to disable immunity level
//
// sm_playersvotes_immunegroups:
// Semicolon-delimited list of admin groups. Any members of these groups are immune. Any admin that is NOT a member of these groups
// will have their numeric immunity level checked against the _immunity cvar.
//
//
// Basic config 1: use the following to immunize based only on numeric immunity levels:

sm_playersvotes_immunity "1.0"
sm_playersvotes_immunegroups ""

//
// Basic config 2: use the following to immunize based only on group membership: (note that Donors or any other "admins" would NOT be immune)

//sm_playersvotes_immunity "-1.0"
//sm_playersvotes_immunegroups "Full Admins; Clan Members"


//
// ===================== Voteban-specific ==================================
//
// ban time in minutes. 0 to ban permanently
sm_voteban_time "0.5"

// semi-colon delimited list of ban reasons. (ex: "Hacking; Spamming; Griefing")
sm_voteban_reasons "Hacking; Beleidiungen; Sonstiges"


//
// ===================== Votemap-specific ==================================
//
// last number of played maps that will not show in votemap list
sm_votemap_lastmaps "4.0"

// number of minutes to allow players to extend the current map. -1 to disable map extensions
sm_votemap_extend "20.0"

// number of extends to allow per map. 0 to disable. -1 for no limit
sm_votemap_max_extends "1.0"

// 1 to change map immediately after a map wins a votemap. 0 for setting nextmap
sm_votemap_immediate "1.0"



10

Samstag, 25. April 2015, 23:23

Hab diese .cfg nicht. Welche Plugins muss man da aktivieren?

Ähnliche Themen