You are not logged in.

1

Friday, November 1st 2013, 9:54pm

Advertisements Bug/Error

Hallo

Ich habe ein kleines Problem mit den Advertisements Plugin,


Error Log von der Server Console:

Source code

1
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/advertisements.txt



Verwendetes Plugin unten die .sp file
Jackstar has attached the following files:

General

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

2

Saturday, November 2nd 2013, 12:46am

Benutz mal diese Version

3

Saturday, November 2nd 2013, 2:29pm

@General
könntes du mir das wohl mit more colors includen bitte

General

Super Moderator

Posts: 1,043

Location: Mönchengladbach

Occupation: Brückenkranführer / Staplerfahrer

wcf.user.option.userOption53: Nein

  • Send private message

4

Saturday, November 2nd 2013, 3:11pm

das gibt es HIER schon ^^

5

Thursday, November 7th 2013, 4:19pm

Ja, leider funtz es trotzdem nicht so richtig.
Bitte weiterhin um Hilfe

Headstyle

Beginner

Posts: 30

wcf.user.option.userOption53: Nein

  • Send private message

6

Wednesday, February 19th 2014, 10:25am

Habe das selbe Problem, meine Texte werden nicht farbig angezeigt, und weiß auch nicht, woran es liegen könnte

Spiel: CSGO

Bara

Professional

Posts: 834

wcf.user.option.userOption53: Ja

  • Send private message

7

Wednesday, February 19th 2014, 12:13pm

Habe das selbe Problem, meine Texte werden nicht farbig angezeigt, und weiß auch nicht, woran es liegen könnte

Spiel: CSGO

Und dieses Thema handelt sich um CSS wie der Prefix im Titel es schon zeigen sollte.

NeoxX

Professional

Posts: 570

Location: Schleswig-Holstein

wcf.user.option.userOption53: Ja

  • Send private message

8

Sunday, February 23rd 2014, 3:04am

Hallo,

Ich hab da ein anderes problem bei mir zeigt er nur 2 adverts an eig. sollten es 7 sein

Könnte mir jemand ein anderes adverts plugin schicken?

MFG NeoxX

Bara

Professional

Posts: 834

wcf.user.option.userOption53: Ja

  • Send private message

9

Sunday, February 23rd 2014, 3:11am

Schick mal deine Liste, denke mal da wird nur ein " oder {/} fehlen.

Newbie'

Professional

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

10

Sunday, February 23rd 2014, 9:45am

Guckst du

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
"Advertisements"
{
	"1"
	{
		"type"		"S"
		"text"		"Text hier"
	}
	"2"
	{
		"type"		"S"
		"text"		"Text hier"
	}
	"3"
	{
		"type"		"S"
		"text"		"Text hier"
	}
	"4"
	{
		"type"		"S"
		"text"		"Text hier"
	}
	"5"
	{
		"type"		"S"
		"text"		"Text hier"
	}
	"6"
	{
		"type"		"S"
		"text"		"Text hier"
	}
	"7"
	{
		"type"		"S"
		"text"		"Text hier"
	}
	"8"
	{
		"type"		"S"
		"text"		"Text hier"
	}
	"9"
	{
		"type"		"S"
		"text"		"Text hier"
	}
	"10"
	{
		"type"		"S"
		"text"		"Text hier"
	}
}