You are not logged in.

Stargate75

Trainee

  • "Stargate75" started this thread

Posts: 131

Location: Schorndorf

Occupation: 3d level designer

wcf.user.option.userOption53: Ja

  • Send private message

1

Sunday, June 26th 2011, 11:00pm

Kick vote geht nicht.

Habe mir für sm ein plugin für kick votes geladen aber wenn man in-game /votekick eingibt kommt immer [SM] You do not have access to this command.

General_V

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

2

Sunday, June 26th 2011, 11:14pm

hast du einen Link zum Plugin welches du dir auf deinen Server gemacht hast

Stargate75

Trainee

  • "Stargate75" started this thread

Posts: 131

Location: Schorndorf

Occupation: 3d level designer

wcf.user.option.userOption53: Ja

  • Send private message

General_V

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

4

Sunday, June 26th 2011, 11:37pm

haste alles richtig runter geladen? und auch hoch geladen

Stargate75

Trainee

  • "Stargate75" started this thread

Posts: 131

Location: Schorndorf

Occupation: 3d level designer

wcf.user.option.userOption53: Ja

  • Send private message

5

Sunday, June 26th 2011, 11:41pm

ja die cfg wurde auch im cfg/sourcemod erstellt.

kann es sein das mann denn command bei sourcemod freigeben muss?

General_V

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

6

Sunday, June 26th 2011, 11:44pm

also ich habs ganz normal hoch geladen die .cfg eingestellt und nu gehts ohne Probleme ^^

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

7

Sunday, June 26th 2011, 11:47pm

probier mal statt /votekick.. !votekick

/votekick.. [SM] Usage: sm_votekick <player> [reason]
macht ne umfrage ob der Spieler gekickt werden soll oder nicht...
und wie man sieht bist du auch kein Admin

Stargate75

Trainee

  • "Stargate75" started this thread

Posts: 131

Location: Schorndorf

Occupation: 3d level designer

wcf.user.option.userOption53: Ja

  • Send private message

8

Sunday, June 26th 2011, 11:52pm

!votekick geht auch nicht.
Hier mall meine cfg

Spoiler Spoiler

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
// 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 "4.0"

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

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

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


//
// =====================  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 "20.0"

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

// 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 "5.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 "25.0"

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


//
// =====================  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"

This post has been edited 1 times, last edit by "General_V" (Jun 27th 2011, 10:42pm)


fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

9

Monday, June 27th 2011, 12:01am

vill mal 1 Minute warten und dann testen?

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

sonst stell das mal auf 5
sm_votekick_limit

sm plugins list währe auch hilfreich.. ob überhaupt das plugin geladen wurde..
dazu in die console.. rcon pw eintippen und in die console dann rcon sm plugins list schreiben und hier posten was er ausgibt.

Stargate75

Trainee

  • "Stargate75" started this thread

Posts: 131

Location: Schorndorf

Occupation: 3d level designer

wcf.user.option.userOption53: Ja

  • Send private message

10

Monday, June 27th 2011, 12:04am

Das kommt raus.

Spoiler Spoiler

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SM] Listing 22 plugins:
  01 "Admin File Reader" (1.3.9-dev) by AlliedModders LLC
  02 "Admin Help" (1.3.9-dev) by AlliedModders LLC
  03 "Admin Menu" (1.3.9-dev) by AlliedModders LLC
  04 "Advertisements" (0.5.5) by Tsunami
  05 "Anti-Flood" (1.3.9-dev) by AlliedModders LLC
  06 "Basic Ban Commands" (1.3.9-dev) by AlliedModders LLC
  07 "Basic Chat" (1.3.9-dev) by AlliedModders LLC
  08 "Basic Comm Control" (1.3.9-dev) by AlliedModders LLC
  09 "Basic Commands" (1.3.9-dev) by AlliedModders LLC
  10 "Basic Info Triggers" (1.3.9-dev) by AlliedModders LLC
  11 "Basic Votes" (1.3.9-dev) by AlliedModders LLC
  12 "Client Preferences" (1.3.9-dev) by AlliedModders LLC
  13 "ELO Ranking" (1.2) by Mike + R_Hehl
  14 "Fun Commands" (1.3.9-dev) by AlliedModders LLC
  15 "Fun Votes" (1.3.9-dev) by AlliedModders LLC
  16 "MapChooser" (1.3.9-dev) by AlliedModders LLC
  17 "Nextmap" (1.3.9-dev) by AlliedModders LLC
  18 "Player Commands" (1.3.9-dev) by AlliedModders LLC
  19 "Reserved Slots" (1.3.9-dev) by AlliedModders LLC
  20 "Rock The Vote" (1.3.9-dev) by AlliedModders LLC
  21 "Sound Commands" (1.3.9-dev) by AlliedModders LLC
  22 "SUM - global admins, bans and antifake" (1.5.0) by sfPlayer
TF2 24/7 2fort [INSTANT RESPAW

This post has been edited 1 times, last edit by "General_V" (Jun 27th 2011, 10:43pm)


fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

11

Monday, June 27th 2011, 12:07am

jup ;)

plugin ist nicht geladen..
normal müsste das auch drinnen stehen

"Players Votes" (1.5.0) by The Resident, pZv!

sicher dass die playersvotes.smx auch im plugins ordner ist?

Stargate75

Trainee

  • "Stargate75" started this thread

Posts: 131

Location: Schorndorf

Occupation: 3d level designer

wcf.user.option.userOption53: Ja

  • Send private message

12

Monday, June 27th 2011, 12:11am

Bei dem plugin war keine smx datei dabei nur eine playersvotes.sp

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

13

Monday, June 27th 2011, 12:15am

ja die .sp ist der Quellcode...

auf der Hp bei downloaden gibts
Get Plugin or Get Source (playersvotes.sp - 10399 views - 58.7 KB)

klick auf Get Plugin und du bekommst die .smx ;)

Stargate75

Trainee

  • "Stargate75" started this thread

Posts: 131

Location: Schorndorf

Occupation: 3d level designer

wcf.user.option.userOption53: Ja

  • Send private message

14

Monday, June 27th 2011, 12:16am

Da kommt. Plugin failed to compile! Please try contacting the author.

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

15

Monday, June 27th 2011, 12:17am

jup auch grad mitbekommen.. ich lads dir hoch ^^

hier: playersvotes.zip

Stargate75

Trainee

  • "Stargate75" started this thread

Posts: 131

Location: Schorndorf

Occupation: 3d level designer

wcf.user.option.userOption53: Ja

  • Send private message

16

Monday, June 27th 2011, 12:23am

geht nicht. SM] You do not have access to

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

17

Monday, June 27th 2011, 12:26am

aso ja..sry fail von mir ;D

nur votekick ohne ! oder /

Canc3lL0g0ut

Professional

Posts: 881

Location: L.E.

Occupation: KiN im Betriebsdienst

wcf.user.option.userOption53: Nein

  • Send private message

18

Monday, June 27th 2011, 8:10pm

Er sollte sich vielleicht mal als Admin eintragen. Sonst könnt ihr die Datei zig 1000 mal hochladen und es wird nicht funktionieren ;)
24/7 Teamspeak³ Server:


Linux is like a wigwam → No windows. No gates. Apache inside.

1. Frage des Admin: was wurde vorher verändert?
2. Antwort des Users: nichts
3. Frage des Admin: was wurde verändert, bevor NICHTS verändert wurde?

Ene mene muh gebasht wirst du,
ene mene miste headOr durch die Kiste,
ene mene meck kaum siehste mich schon fliegste weg :D

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

19

Monday, June 27th 2011, 11:21pm

warum? um einen ganz normalen votekick durchführen zu können braucht man keine Admin Rechte

Stargate75

Trainee

  • "Stargate75" started this thread

Posts: 131

Location: Schorndorf

Occupation: 3d level designer

wcf.user.option.userOption53: Ja

  • Send private message

20

Tuesday, June 28th 2011, 1:14am

So habe jetzt auf alle meine server sm drauf geht alles super.

Similar threads