You are not logged in.

Typhus

Beginner

  • "Typhus" started this thread

Posts: 21

Location: Hessen

Occupation: Fachabiturient Informatik

wcf.user.option.userOption53: Ja

  • Send private message

1

Tuesday, February 25th 2014, 5:22pm

[CS:S] Body Block CVar ???

Moinmoin,

Ich habe einen Jail Server, die Leute können dort in einander laufen und so. Das will ich nicht. Ich finde bei Google nichts.

Hat jemand ne schnelle Lösung?

Greetz
Typhus

Blacksilver

Intermediate

Posts: 298

Location: 127.0.0.1

Occupation: FISI

wcf.user.option.userOption53: Nein

  • Send private message

2

Tuesday, February 25th 2014, 7:08pm

Normalerweise ist das nicht standardmäßig.
Hast du Sourcemod installiert oder Eventscript?

Dann bitte mal die Pluginsliste posten.
Come to the dark side,
we have cookies ;)

Typhus

Beginner

  • "Typhus" started this thread

Posts: 21

Location: Hessen

Occupation: Fachabiturient Informatik

wcf.user.option.userOption53: Ja

  • Send private message

3

Tuesday, February 25th 2014, 10:34pm

Metamod
Sourcemod
sm_hosties
verweigern
ergeben
!dice
stamm by popoklopsie
PaintBall Decals

INIURIA

Intermediate

Posts: 409

Occupation: Kaufman im Einzelhandel

wcf.user.option.userOption53: Ja

  • Send private message

4

Tuesday, February 25th 2014, 10:39pm

Führ doch mal bitte sm plugins list aus und poste das mal. Dann kann man besser nachvollziehen welche Plugins laufen.

cREANy0

Beginner

Posts: 10

wcf.user.option.userOption53: Ja

  • Send private message

5

Tuesday, February 25th 2014, 11:38pm

Du musst folgende Config bearbeiten:

cfg/sourcemod/sm_hosties2.cfg

Source code

1
2
3
4
5
// Enable or disable integrated removing of player vs player collisions (noblock): 0 - disable, 1 - enable// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_hosties_noblock_enable "1"


Den wert von sm_hosties_noblock_enable auf 0 ändern

Source code

1
2
3
4
5
// Enable or disable integrated removing of player vs player collisions (noblock): 0 - disable, 1 - enable// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_hosties_noblock_enable "0"


greetz cREANy0

Typhus

Beginner

  • "Typhus" started this thread

Posts: 21

Location: Hessen

Occupation: Fachabiturient Informatik

wcf.user.option.userOption53: Ja

  • Send private message

6

Thursday, February 27th 2014, 6:26am

Danke seeeeehr :)