You are not logged in.

1

Thursday, August 2nd 2007, 5:26pm

Anti Camper Plugin | ZBlock

wilk

Ich glaub ich bin einfach zu doof heul

Nach der Googlesuche geb ichs auf =(

ich find nix gescheites...

Kann mir einer ein gescheites Plugin zeigen?

Ich will das wenn einer 15 sekunder auf der gleichen stelle steht das ihm 25 HP oder so abgezogen werden.

Counter Strike Source server

Und ich würd noch gern wissen was ZBlock überhaupt ist^^

ich fang dann ma wieder an zu Googlen

MfG Bochi

Jesus

Intermediate

Posts: 255

Location: Baden Württemberg

Occupation: Betriebselektroniker

  • Send private message

2

Thursday, August 2nd 2007, 5:32pm

Re: Anti Camper Plugin | ZBlock

Also es gibt von mattie eventscripts ein script, wo man immer so einen roten kreis um sich rum hat, und ihm werden ab 10 sekunden 5 HP abgezogen.

ZBlock ist ein tool, das darauf achtet, dass die Klienten (also die gamer) KEINE verbotenen Consolen Variablen (CVar´s) anhaben, oder bei normalen die richtige werte

hier mal der Link zu dem Eventscript

ES anticamp = Unten bei Anhang (auf englisch) http://forums.mattie.info/cs/forums/viewtopic.php?t=1452">http://forums.mattie.info/cs/forums/vie ... php?t=1452</a>
ES Script (notwendig) = http://mattie.info/downloads/mattie_eventscripts.zip">http://mattie.info/downloads/mattie_eventscripts.zip</a>

Ps.: werde es jetzt übersetzten und richtig einstellen mit den 15 sek = 25 HP
!! Bin Wieder Aktiv !!
==&gt; SUCHFUNKTION &lt;==

Isias

Intermediate

Posts: 460

Occupation: Student

  • Send private message

3

Thursday, August 2nd 2007, 5:38pm

Re: Anti Camper Plugin | ZBlock

Glittermod ist dafür geeignet. Neben Anti-Camp Features bietet es auch noch ein vernünftiges Winnig Team Weapon Restrict System und einen C4 Timer.

4

Thursday, August 2nd 2007, 7:58pm

Re: Anti Camper Plugin | ZBlock

erstmal danke right right right

aber wie installiere ich z.B. Zblock? hab jetzt ma alles aufm rechner???

Danke hätte nich gedacht das ich so schnell ne antwort bekomme ;)

DiggaBoon

Intermediate

Posts: 203

Location: Ruhrpott

wcf.user.option.userOption53: Ja

  • Send private message

5

Thursday, August 2nd 2007, 8:56pm

Re: Anti Camper Plugin | ZBlock

Nabend,

Bilder kann ich machen aba dafür ist mein Englisch net jut ^^ Nun brauch ich mal wieder eure hilfe. Ich hab mir Source Anticamp drauf gemacht. LINK -> http://forums.mattie.info/cs/forums/view…nticamp&start=0

Soweit funzt alles, bis auf diesen Gelben Ring:



Irgendie sieht man den nur bei einigen Personen und das auch nur im Team, also net bei Gegner. Was soll des ^^ Soll das nicht eigentlich das ssein, was den Redius vom Camper anzeigt?

Und so wie auf diesem Bild schaut es bei mir auch net aus:



Könnt mir büdde jemand helfen das irgendwie ans laufen zu bekommen?

Hier mal meine Configs:

es_anticamp.txt

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
// ******************************
// Blade's Anticamp
//
// * Description:
//	- camping is allowed for cts if the Bomb has been droped
//	- camping is allowed for Terrors on Hostage maps
//	- camping is allowed for Terrors if the Bomb has been planted 
//	- camper will loose healthpoints every 2 sec.
//	- camping is allowed for player with 15 healthpoints
//
// * Install instructions:
//       1. Install Mattie's EventScripts plugins:
//            http://mattie.info/cs
//
//       2. Extract the file in:
//           /addons/eventscripts/anticamp/es_anticamp.txt
//
//       3. Add the following line somewhere in autoexec.cfg:
//           es_load anticamp
//
block config
{	
// *********************************************************************

	// This sound will be emitted from camper with the camp message
	// Leave blank to disable this option
	detect_sound "HL1/fvox/bell.wav"
	
	// Beacon sound
	// Leave blank to disable this option
	beacon_sound "buttons/button17.wav" 
	
	// 0 = No player movement, with player movement
	slap_mode 10
	
	// Minimum health where camping is allowed
	min_health 15

	// Amount of cash decrease during camping every 2 sec
	takecash 100

	// Amount of health decrease during camping every 2 sec
	health_slap 6

	// Define the art of the punishment for camper
	// Available: message,slap,blind,strip,beacon,cash,credits
	punishment "message,slap,beacon,cash,blind"

// *********************************************************************

	// Set the timer where the punishments should be triggered
	// after the camptime has passed. Do not use floats! 
	slap "3" 	
	cash "5" 
	blind "10" 	
	strip "7"
	beacon "0" 	
	credits "0"	
	message "0" // can be fired several times	

// *********************************************************************

	// Define camp permission for CT on desired maps. Leave blank to revoke
	allow_t_camp ""
	
	// Define camp permission for T on desired maps. Leave bland to revoke
	allow_ct_camp "ad,eg"
	
	// Exclude from anticamp
	// 0 = nothing, 1 = humans, 2 = bots
	exclude 0
	
	// Set this value to change the camptime in seconds
	// Do not use floats!
	camptime 10 	

	// Default radius is 200 ~ 2.5m = 8ft
	campradius 200 	
	
	// Activates anticamp on round start, if specified time has elapsed.
	start_timer 0
}


es_mapconfig_db.txt

Source code

1
2
3
4
5
6
7
8
9
10
11
12
"mapconfig"
{
	// this will override the main settings
	// you can also add any custom variables as many as you like
	"fy_iceworld"
	{	
		"anticamp_mode"		"1" 
		"start_timer"		"0"
		"camptime"		"5"
		"campradius"		"100"
	}
}


Bin für jede Hilfestellung dankbar.

BoON bigri


hEiNz

Professional

Posts: 705

Location: Deutschland

Occupation: Freischaffender Künstler

wcf.user.option.userOption53: Nein

  • Send private message

6

Friday, August 3rd 2007, 9:00am

Re: Anti Camper Plugin | ZBlock

hmm du bist da nicht der einzigste warte mal das release ab schreibt der ersteller ja auch ich denke mal abwarten sorry das ich dir nicht helfen konnte bigsmile zwinker

Isias

Intermediate

Posts: 460

Occupation: Student

  • Send private message

7

Friday, August 3rd 2007, 12:12pm

Re: Anti Camper Plugin | ZBlock

@bochi: Installationshilfe ZBlock
@DiggaBoon: Lösche hier das Beacon als Punishment raus

Source code

1
2
3
   // Define the art of the punishment for camper
   // Available: message,slap,blind,strip,beacon,cash,credits
   punishment "message,slap,beacon,cash,blind"
, also

Source code

1
2
3
   // Define the art of the punishment for camper
   // Available: message,slap,blind,strip,beacon,cash,credits
   punishment "message,slap,cash,blind"
Dies verusacht den Fehler. In der nächsten Version soll dieser Fehler behoben sein.

DiggaBoon

Intermediate

Posts: 203

Location: Ruhrpott

wcf.user.option.userOption53: Ja

  • Send private message

8

Friday, August 3rd 2007, 6:51pm

Re: Anti Camper Plugin | ZBlock

Ein fettes Merci von mir. Hab zwar noch keinen roten Kreis aber die gelbe shice ist weg kiss4 Warten wir mal auf ein Update bestteam Wünsche allen ein schönes WOE,

BoON bigri


9

Sunday, August 5th 2007, 12:11am

Re: Anti Camper Plugin | ZBlock

Ich hab mal ne Frage muss ich das einfach in den Addons ordner reinschieben dan fünzt das anti camp teil oder muss ich noch was machen mein Englisch ist sehr schlecht also ein deutsches tut muss her oder eine kleine beschreibung^^

Isias

Intermediate

Posts: 460

Occupation: Student

  • Send private message

10

Sunday, August 5th 2007, 11:34am

Re: Anti Camper Plugin | ZBlock

Die .zip entpacken nach /addons/eventscripts/anticamp/es_anticamp.txt und folgendes in die autoexec.cfg schreiben:

Source code

1
es_load anticamp

11

Sunday, August 5th 2007, 12:19pm

Re: Anti Camper Plugin | ZBlock

und natürlich vorher Eventscripts installieren

DiggaBoon

Intermediate

Posts: 203

Location: Ruhrpott

wcf.user.option.userOption53: Ja

  • Send private message

12

Thursday, August 9th 2007, 3:19pm

Re: Anti Camper Plugin | ZBlock

So ein Update ist rausgekommen. Habs drauf nun ohne Fehler. Was mir jetzt nur noch fehlt wäre der Ring um den Camper? Ist immer noch net da. Jemand ne Idee?

BoON bigri


Isias

Intermediate

Posts: 460

Occupation: Student

  • Send private message

13

Thursday, August 9th 2007, 5:06pm

Re: Anti Camper Plugin | ZBlock

Füge das Beacon Punishment wieder hinzu.

Source code

1
2
3
   // Define the art of the punishment for camper
   // Available: message,slap,blind,strip,beacon,cash,credits
   punishment "message,slap,beacon,cash,blind"

DiggaBoon

Intermediate

Posts: 203

Location: Ruhrpott

wcf.user.option.userOption53: Ja

  • Send private message

14

Thursday, August 9th 2007, 5:48pm

Re: Anti Camper Plugin | ZBlock

Source code

1
Hi, you need Es tools too.


Liegt wohl dadran melo Welche Version ist empfehlenswert? oder worauf muss ich da achten. Stimmt es das ES Tools Fehler verursacht? Ich weiss viele Fragen ^^

BoON bigri


Isias

Intermediate

Posts: 460

Occupation: Student

  • Send private message

15

Thursday, August 9th 2007, 7:25pm

Re: Anti Camper Plugin | ZBlock

Generell immer die neueste. Ich hatte mit ES Tools schon ab und an Probleme bis zum Servercrash, aber bei vielen anderen läuft ES Tools einwandfrei. Auch habe ich die letzten Releases nicht mehr getestet, also kann sich da einiges getan haben.

DiggaBoon

Intermediate

Posts: 203

Location: Ruhrpott

wcf.user.option.userOption53: Ja

  • Send private message

16

Thursday, August 9th 2007, 8:07pm

Re: Anti Camper Plugin | ZBlock

Habs einfach mal riskiert ^^ Bis jetzt läuft alles einwandfrei und nun funzt auch AntiCamp zu 100% lovu tHx 4 @LL right

BoON bigri


hEiNz

Professional

Posts: 705

Location: Deutschland

Occupation: Freischaffender Künstler

wcf.user.option.userOption53: Nein

  • Send private message

17

Friday, August 10th 2007, 10:14am

Re: Anti Camper Plugin | ZBlock

jop die 0.1418 oder so war nen bißchen defekt aber die jetzige ist wieder ok noch nicht getestet aber laut update sollte es gefixt sein. man konnte mit der alten das buyscript nicht mehr verwenden also wenn man auf autobuy ging und genug geld hatte kaufte man bis man kein geld mehr hatte und hat nicht die gewünschte waffe in der hand

DiggaBoon

Intermediate

Posts: 203

Location: Ruhrpott

wcf.user.option.userOption53: Ja

  • Send private message

18

Friday, August 10th 2007, 12:35pm

Re: Anti Camper Plugin | ZBlock

Quoted from ""hEiNz""

man konnte mit der alten das buyscript nicht mehr verwenden also wenn man auf autobuy ging und genug geld hatte kaufte man bis man kein geld mehr hatte und hat nicht die gewünschte waffe in der hand


Wenn ich das gestern bei uns richtig mitbekommen hab, besteht das Problem immer noch. Und ich hatte mich gewundert als mir einige sagten, was habt Ihr verstellt? Ich hab immer die falsche Waffe? hmmm dann werde ich es wohl wieder wechmachen.

BoON bigri