You are not logged in.

1

Monday, September 14th 2009, 1:27pm

Deathmatch Sourcemod bailopan

Guten Tag,
ich habe mir einen neuen Gameserver augesetzt kann auch hier unter dieser Ip connectet werden. 85.14.216.90:27060
Jetzt hab ich nur ein Problem ich möchte das egal was man "kauft" bzw. auswählt eine HE dazu bekommt.
Wie kann ich das machen oder brauch ich da nen extra Plugin.??

Gruß Dany

gumjack85

Intermediate

Posts: 175

Location: Potsdam

  • Send private message

2

Monday, September 14th 2009, 1:56pm

Re: Deathmatch Sourcemod bailopan

Du kannst das normalerweise in der CSS DM config einstellen...

unter cstrike/cfg/cssdm/cssdm.equip.txt

Außschnitt

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
	//
	// Automatic things to give on spawn.
	//
	"AutoItems"
	{
		// Health amount to give (0 to use default from game/other plugin)
		"health"		"100"

		// Armor amount to give
		"armor"			"100"
		
		// Whether to give a helmet.  If you want to disable armor, you must 
		// set this to "no" as well as setting armor to 0.
		"helmet"		"yes"
		
		// Number of flashbangs to give
		"flashbangs"	"0"
		
		// Whether to give a smoke grenade
		"smokegrenade"	"no"
		
		// Whether to give an HE grenade
		"hegrenade"		"yes"

		// Whether to give defusekits to CTs
		"defusekits"	"yes"
		
		// Whether to give nightvision
		"nightvision"	"no"
	}
My Weapons are so loud, i can't hear you!

aimroyale.de - die Community

3

Monday, September 14th 2009, 4:18pm

Re: Deathmatch Sourcemod bailopan

Dankeschön