You are not logged in.

[CS:S] Say Sounds

.SoZiaL™

Beginner

  • ".SoZiaL™" started this thread

Posts: 25

Location: Hessen

Occupation: Schüler

wcf.user.option.userOption53: Ja

  • Send private message

1

Friday, September 13th 2013, 6:35pm

Say Sounds

Hey ich finde leider kein Plugin für Sourcemod "Say Sounds" das richtig Funktioniert oder so die Sounds schon drinnen sind kennt jemand eins, dass wäre nett.

Newbie'

Professional

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

2

Friday, September 13th 2013, 6:53pm

Kam heute raus, teste diese Version und melde dich dann nochmal!

This post has been edited 1 times, last edit by "Newbie'" (Sep 13th 2013, 7:12pm)


.SoZiaL™

Beginner

  • ".SoZiaL™" started this thread

Posts: 25

Location: Hessen

Occupation: Schüler

wcf.user.option.userOption53: Ja

  • Send private message

3

Friday, September 13th 2013, 7:05pm

Das ist aber nicht das was ich suche..

Newbie'

Professional

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

4

Friday, September 13th 2013, 7:13pm

Tschuldigung, sollte erst lesen bevor ich antworte bitte nicht schlagen :( Hab den Link geändert, sollte dir das Plugin Probleme bereiten einfach melden.

.SoZiaL™

Beginner

  • ".SoZiaL™" started this thread

Posts: 25

Location: Hessen

Occupation: Schüler

wcf.user.option.userOption53: Ja

  • Send private message

5

Friday, September 13th 2013, 7:15pm

Kein Problem :D

Wie ich sehe ist dort kein Sound Ordner wo sind die Sounds :D

Random778

Trainee

Posts: 127

Occupation: Schüler

wcf.user.option.userOption53: Nein

  • Send private message

6

Friday, September 13th 2013, 7:18pm

Geh mal nochmal auf die Seite, und schaue mal dort die .cfg an.
Dann siehst du das man die Sounds selber downloaden muss und in den misc Ordner rein tun, die Sounds natürlich in die .cfg eintragen.^^

.SoZiaL™

Beginner

  • ".SoZiaL™" started this thread

Posts: 25

Location: Hessen

Occupation: Schüler

wcf.user.option.userOption53: Ja

  • Send private message

7

Friday, September 13th 2013, 7:21pm

Jop danke. Abe wo gibts den extra Sounds dafür ?

Random778

Trainee

Posts: 127

Occupation: Schüler

wcf.user.option.userOption53: Nein

  • Send private message

8

Friday, September 13th 2013, 7:27pm

Hier.. kuck einfach mal Google 'Say Sounds download'.
Wirst schon etwas finden, oder geh mal auf Servern mit Say Sounds dann sollten die in deinem Soundsordner sein.

.SoZiaL™

Beginner

  • ".SoZiaL™" started this thread

Posts: 25

Location: Hessen

Occupation: Schüler

wcf.user.option.userOption53: Ja

  • Send private message

9

Friday, September 13th 2013, 8:08pm

Hab nun welche Hinzugefügt, aber es werden immer nur die ersten 2 gemacht was is da falsch ?

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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
// #### Say Sounds ####
	"wtf"  // Minimum configuration for sounds
    {
        "file"    "misc/wtf10.mp3"    // This will set all other options to default values
    }
    "yeah"  // Word trigger
    {
        "file"    "misc/yeah10.wav" //NEXT--------------------------------
		
	"snore"  // Minimum configuration for sounds
    {
        "file"    "misc/snore10.wav"    // This will set all other options to default values
    }
    "taliban"  // Word trigger
    {
        "file"    "misc/taliban10.mp3" //NEXT--------------------------------
		
	"police"  // Minimum configuration for sounds
    {
        "file"    "misc/police10.mp3"    // This will set all other options to default values
    }
    "power"  // Word trigger
    {
        "file"    "misc/power10.mp3" //NEXT--------------------------------
		
	"noenglish"  // Minimum configuration for sounds
    {
        "file"    "misc/noenglish10.mp3"    // This will set all other options to default values
    }
    "oops"  // Word trigger
    {
        "file"    "misc/oops10.mp3" //NEXT--------------------------------
		
	"hehe"  // Minimum configuration for sounds
    {
        "file"    "misc/hehe10.wav"    // This will set all other options to default values
    }
    "invincible"  // Word trigger
    {
        "file"    "misc/invincible10.mp3" //NEXT--------------------------------
		
	"good"  // Minimum configuration for sounds
    {
        "file"    "misc/good10.mp3"    // This will set all other options to default values
    }
    "haha"  // Word trigger
    {
        "file"    "misc/haha10.mp3" //NEXT--------------------------------
		
	 "fu"  // Minimum configuration for sounds
    {
        "file"    "misc/fu10.mp3"    // This will set all other options to default values
    }
    "fuck"  // Word trigger
    {
        "file"    "misc/fuck10.wav" //NEXT--------------------------------
	
	 "bitch"  // Minimum configuration for sounds
    {
        "file"    "misc/bitchonoce10mp3"    // This will set all other options to default values
    }
    "bye"  // Word trigger
    {
        "file"    "misc/bye10.mp3"
	 "aua"  // Minimum configuration for sounds
    {
        "file"    "misc/aua10.wav"    // This will set all other options to default values
    }
    "badboys"  // Word trigger
    {
        "file"    "misc/badboys10.wav"
		
	"cry"  // Minimum configuration for sounds
	{
		"file"	"misc/cry10.mp3"	// This will set all other options to default values

Similar threads