You are not logged in.

Dear visitor, welcome to sourceserver.info. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

1

Sunday, November 4th 2012, 12:40am

Weapon Restrict

Hallo,

Ich suche ein Addon, wenn z.B nur 1-2 leute auf mein server ist das man keine awp kaufen kann .. erst ab ca. 5-10 spieler
dann kann man erst die awp kaufen .. ist ein beispiel (:

Gibt es sowas ?

Ich habe schon gegooglt und auch schon bei sourcemod nachgeschaut aber nix gefunden :S

Freue mich auf eure antworten

Liebe Grüße,
Pascal

Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

2

Sunday, November 4th 2012, 12:46am

Dann hast du nicht ordentlich nachgeschaut. Natürlich gibbet das bei SM. Nennt sich Weapon Restricter.

I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

3

Sunday, November 4th 2012, 12:48am

Ja das habe ich auch gefunden .. aber kann man denn da einstellen ab wieviel SPIELER das wieder unrestrictet ist ?

Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

4

Sunday, November 4th 2012, 12:55am

1. du musst dir bei der Serveradministration angwöhnen, dir alles genau durchzulesen.
2. alle Anweisungen sind eigentlich selbsterklärend

In der weapon_restrict.cfg

Source code

1
2
3
4
// If enabled will restrict awp per player count
// -
// Default: "0"
sm_perplayer_restrict "1"


In der perplayerrestrict.txt

Source code

1
2
3
4
5
6
7
8
"PerPlayer"
{
	"awp"
	{
		"default"		"0"
		"16"			"2"
	}
}


Bei uns sind also ab 16 Spielern 2 AWPs freigegeben.

Weiteres musst du wirklich selber einstellen - wir geben hier Support aber kauen nicht alles vor.

I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

5

Sunday, November 4th 2012, 12:59am

Ah danke .. sorry habe mir eig alles angeschaut ..

habe das dann verfehlt :S

DAnke dir ..

liebe grüße

EDIT:
Also .. ich habe das so gemacht wie du es gesagt hast aber mann ann irgendwie trotzdem die awp kaufen :S

This post has been edited 1 times, last edit by "fluxX" (Nov 4th 2012, 1:42am)


I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

6

Sunday, November 4th 2012, 7:36pm

Sry wegen doppelpost kan nmir hier einer helfen ? .. habe es immer noch nicht hinbekommen
habe schon bei sourcemod über 100 seiten durch gelesen :S

Liebe Grüße

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

7

Sunday, November 4th 2012, 7:59pm

kommt alles drauf an wie du es einstellst ;)

berücksichtige auch:

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
// Set to 0 to allow awp pickup ONLY if it is under the max allowed. Set to 1 to use sm_allow_restricted_pickup method.
// -
// Default: "1"
sm_allow_awp_pickup "1"

// Set to 0 to ONLY allow pickup if under the max allowed. Set to 1 to allow restricted weapon pickup
// -
// Default: "0"
sm_allow_restricted_pickup "0"

// If enabled will count bots in per player restricts
// -
// Default: "1"
sm_perplayer_bots "1"

// If enabled will restrict awp per player count
// -
// Default: "0"
sm_perplayer_restrict "0"

// If enabled will count specs in per player restricts
// -
// Default: "1"
sm_perplayer_specs "1"

// Enables admin immunity so admins can buy restricted weapons Default flag is reserved flag. Override sm_restrict_immunity_level to change.
// -
// Default: "0"
sm_weapon_restrict_immunity "0"


nun schaust du dir diesen Post an und probierst es!

Greetz

I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

8

Sunday, November 4th 2012, 8:07pm

kommt alles drauf an wie du es einstellst ;)

berücksichtige auch:

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
// Set to 0 to allow awp pickup ONLY if it is under the max allowed. Set to 1 to use sm_allow_restricted_pickup method.
// -
// Default: "1"
sm_allow_awp_pickup "1"

// Set to 0 to ONLY allow pickup if under the max allowed. Set to 1 to allow restricted weapon pickup
// -
// Default: "0"
sm_allow_restricted_pickup "0"

// If enabled will count bots in per player restricts
// -
// Default: "1"
sm_perplayer_bots "1"

// If enabled will restrict awp per player count
// -
// Default: "0"
sm_perplayer_restrict "0"

// If enabled will count specs in per player restricts
// -
// Default: "1"
sm_perplayer_specs "1"

// Enables admin immunity so admins can buy restricted weapons Default flag is reserved flag. Override sm_restrict_immunity_level to change.
// -
// Default: "0"
sm_weapon_restrict_immunity "0"


nun schaust du dir diesen Post an und probierst es!

Greetz

Genauu, ich habe das auch so alles gemacht ich will ja nur die AWP und die andren auto sniper resticten ..

ich habe 18 slots game server und will wenn 18 leute drauf sind das ca. 2 awp pro team is und ab 8 leuten 1 awp pro team

aber bekomme es nie hin :( ..

Habe schon viele posts gelesen und habe es so gemacht wie das da steht .. aber funkt nie :(

Liebe Grüße

LeXx

Unregistered

9

Monday, November 5th 2012, 7:25am

Hey,

nimm dir Zeit und lese alles genau durch auch die .cfg's dann kriegst du das schon hin. Es wird so gehen wie oben beschrieben du musst nur alles inruhe lesen dann geht das schon. Und trau dich mal was auszuprobieren :thumbup:

Lg
LeXx

I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

10

Monday, November 5th 2012, 8:21am

Habe nun
sm_perplayer_restrict "1" gemacht und bei perplayerrestrict das hier

Source code

1
2
3
4
5
6
7
8
9
"AwpRestrict"
{
	"awp"
	{
		"4"		"1"
		"8"		"3"
		"12"		"4"
	}
}


Aber es funktioniert immer noch nicht :(

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

11

Monday, November 5th 2012, 9:41am

In deiner Config steht oben "AwpRestrict", das darfst du nicht verändern, sonst findes das Plugin diesen Codeabschnitt nicht. Also wieder auf "PerPlayer" ändern

Greetz

I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

12

Monday, November 5th 2012, 11:56am

Habe das jetzt so gemacht aber funktioniert immer noch nicht .. :(

Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

13

Monday, November 5th 2012, 5:39pm

Dann lies dir meinen ersten Post nochmal duch und denk scharf nach...

I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

14

Monday, November 5th 2012, 11:27pm

Ahh meinst du mit default ? .. habe ich nun reingetahn funkt aber immer noch nicht :(

LeXx

Unregistered

15

Tuesday, November 6th 2012, 7:20am

Hast du dir mal dein Logs Ordner angesehen vielleicht werden error_logs erstellt.

Lg LeXx

I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

16

Tuesday, November 6th 2012, 4:48pm

Ja habe ich .. kein error log da :S .. hmm komisch ..

kann mir vllt einer evt. per teamviewer helfen ?

Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

17

Tuesday, November 6th 2012, 6:58pm

Würdest du bitte nochmal deine jetzt aktuelle perplayerrestrict.txt posten?

Ich weiss jetzt schon was falsch ist, denke ich.

I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

18

Wednesday, November 7th 2012, 1:06am

Source code

1
2
3
4
5
6
7
8
9
"PerPlayer"
{
    "awp"
    {
   	 "default"   	 "0"
   	 "10"   		 "1"
   	 "18"   		 "2"
    }
}


Hier (:

Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

19

Wednesday, November 7th 2012, 2:15am

TAB und Werte....

This post has been edited 10 times, last edit by "templetonpeck" (Nov 7th 2012, 2:47am)


I3òósT

Beginner

  • "I3òósT" started this thread

Posts: 32

wcf.user.option.userOption53: Nein

  • Send private message

20

Wednesday, November 7th 2012, 5:22am

TAB und Werte....

WAs ? .. was meinst du damit ? . verstehe nicht so richtig ..

was is denn daran falsch ?