User
Pass
2FA
 
 

Sunete

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Fixed issues
Author Message1808
ThunderJB

[Freakz * Thunder]



Status: Offline
(since 12-10-2022 06:25)
Joined: 06 Sep 2013
Posts: 4652, Topics: 262
Location: Back in the business.

Reputation: 878.8
Votes: 266

 
Post Posted: 24-02-2014, 20:21:10 | Translate post to: ... (Click for more languages)

Vreau sa imi explicati si mie CUM PUn sunete pe un sv (cai de clasic cai de dr asta e altceva).De exemplu 1 sunet la conectare, 3-5 sunete la T si 3-5 sunete la CT.Cel care imi explica cel mai bine si concis are rep de la mine -.

Black magic
0 0
  
Back to top
View user's profile Send private message
smeș

[Mentally Stable]



Status: Offline
(since 16-03-2014 08:29)
Joined: 08 Feb 2014
Posts: 32, Topics: 7
Location: Constangeles.

Reputation: 37.8
Votes: 2

Post Posted: 24-02-2014, 21:43:29 | Translate post to: ... (Click for more languages)

ThunderJB wrote:
Vreau sa imi explicati si mie CUM PUn sunete pe un sv (cai de clasic cai de dr asta e altceva).De exemplu 1 sunet la conectare, 3-5 sunete la T si 3-5 sunete la CT.Cel care imi explica cel mai bine si concis are rep de la mine -.

Sunet la conectare? Cum este pe JB.Freakz, în timp ce te conectezi? Dacã da, uite aici pluginul:

Code:
#include < amxmodx >

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "CryWolf"

// Aici adauga locatia catre sunetul .mp3
new const g_sunet [ ] = { "sound/misc/melodie.mp3" };

public plugin_init ( )
{
    register_plugin ( PLUGIN, VERSION, AUTHOR );
}

public plugin_precache ( )
{
    precache_generic ( g_sunet )
}

public client_connect ( id )
{
    client_cmd ( id, "mp3 play %s", g_sunet );
}

0 0
  
Back to top
View user's profile Send private message
Happy =]]

[I'm in your mind !]



Status: Offline
(since 02-05-2020 11:17)
Joined: 17 Mar 2012
Posts: 10538, Topics: 450
Location: In mintea ta !

Reputation: 553
Votes: 204

         
Post Posted: 24-02-2014, 21:49:12 | Translate post to: ... (Click for more languages)

Sunete sfarsit de runda





Pentru orice problema PM.
Nu ofer asistenta in privat.

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
ThunderJB

[Freakz * Thunder]



Status: Offline
(since 12-10-2022 06:25)
Joined: 06 Sep 2013
Posts: 4652, Topics: 262
Location: Back in the business.

Reputation: 878.8
Votes: 266

 
Post Posted: 25-02-2014, 12:51:25 | Translate post to: ... (Click for more languages)

Ok am inteles.Da sa le fac si eu.Adica sa imi aleg melodiile mele preferate -

Black magic
0 0
  
Back to top
View user's profile Send private message
AlexXxXxX

[Eu sunt sefu' aici !]



Status: Offline
(since 25-11-2017 10:39)
Joined: 04 Jun 2013
Posts: 5846, Topics: 844
Location: Romania

Reputation: 1113.1
Votes: 248

Post Posted: 25-02-2014, 16:03:38 | Translate post to: ... (Click for more languages)

@Thunder

Quote:
#include < amxmodx >

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "CryWolf"

// Aici adauga locatia catre sunetul .mp3
new const g_sunet [ ] = { "sound/misc/melodie.mp3" };

public plugin_init ( )
{
register_plugin ( PLUGIN, VERSION, AUTHOR );
}

public plugin_precache ( )
{
precache_generic ( g_sunet )
}

public client_connect ( id )
{
client_cmd ( id, "mp3 play %s", g_sunet );
}



Unde am facut scrisul albastru inseamna ca acolo pui url.
Unde am facut scrisul rosu inseamna ca acolo pui numele melodiei.



0 0
  
Back to top
View user's profile Send private message
ThunderJB

[Freakz * Thunder]



Status: Offline
(since 12-10-2022 06:25)
Joined: 06 Sep 2013
Posts: 4652, Topics: 262
Location: Back in the business.

Reputation: 878.8
Votes: 266

 
Post Posted: 25-02-2014, 17:15:51 | Translate post to: ... (Click for more languages)

AlexXxXxX wrote:
@Thunder

Quote:
#include < amxmodx >

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "CryWolf"

// Aici adauga locatia catre sunetul .mp3
new const g_sunet [ ] = { "sound/misc/melodie.mp3" };

public plugin_init ( )
{
register_plugin ( PLUGIN, VERSION, AUTHOR );
}

public plugin_precache ( )
{
precache_generic ( g_sunet )
}

public client_connect ( id )
{
client_cmd ( id, "mp3 play %s", g_sunet );
}



Unde am facut scrisul albastru inseamna ca acolo pui url.
Unde am facut scrisul rosu inseamna ca acolo pui numele melodiei.

Da ma am inteles nu sunt chior Raised eyebrow.Mi-a aratat si baiatul unde pun numele melodiei dar am mai cerut ceva.
Code:
3-5 sunete la T si 3-5 sunete la CT.Cel care imi explica cel mai bine si concis are rep de la mine -.
__________________________

Mi-a dat si niste sunete Happy dar am zis cum le inlocuiesc.


Black magic
0 0
  
Back to top
View user's profile Send private message
AlexXxXxX

[Eu sunt sefu' aici !]



Status: Offline
(since 25-11-2017 10:39)
Joined: 04 Jun 2013
Posts: 5846, Topics: 844
Location: Romania

Reputation: 1113.1
Votes: 248

Post Posted: 25-02-2014, 17:21:45 | Translate post to: ... (Click for more languages)

Te duci frumos in .sma si unde vezi "ctwinnar2.wav" stergi si iti pui numele melodiei si sunetele ti le pui in "misc".


0 0
  
Back to top
View user's profile Send private message
ThunderJB

[Freakz * Thunder]



Status: Offline
(since 12-10-2022 06:25)
Joined: 06 Sep 2013
Posts: 4652, Topics: 262
Location: Back in the business.

Reputation: 878.8
Votes: 266

 
Post Posted: 25-02-2014, 17:54:11 | Translate post to: ... (Click for more languages)

AlexXxXxX wrote:
Te duci frumos in .sma si unde vezi "ctwinnar2.wav" stergi si iti pui numele melodiei si sunetele ti le pui in "misc".

Bun.Si daca iti spun ca sunetele sunt mp3.Cum le fac eu wav.?


Black magic
0 0
  
Back to top
View user's profile Send private message
Happy =]]

[I'm in your mind !]



Status: Offline
(since 02-05-2020 11:17)
Joined: 17 Mar 2012
Posts: 10538, Topics: 450
Location: In mintea ta !

Reputation: 553
Votes: 204

         
Post Posted: 25-02-2014, 20:48:36 | Translate post to: ... (Click for more languages)

Selectezi fisierul .mp3 si alegi ".WAV".





Pentru orice problema PM.
Nu ofer asistenta in privat.

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
ThunderJB

[Freakz * Thunder]



Status: Offline
(since 12-10-2022 06:25)
Joined: 06 Sep 2013
Posts: 4652, Topics: 262
Location: Back in the business.

Reputation: 878.8
Votes: 266

 
Post Posted: 27-02-2014, 18:48:35 | Translate post to: ... (Click for more languages)

Nu merge

Black magic
0 0
  
Back to top
View user's profile Send private message
ThunderJB

[Freakz * Thunder]



Status: Offline
(since 12-10-2022 06:25)
Joined: 06 Sep 2013
Posts: 4652, Topics: 262
Location: Back in the business.

Reputation: 878.8
Votes: 266

 
Post Posted: 08-03-2014, 09:49:11 | Translate post to: ... (Click for more languages)

Up

Black magic
0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 08-03-2014, 11:55:19 | Translate post to: ... (Click for more languages)

Thunder a fost postat un tutorial pentru sunete mai demult. Clicik



0 0
  
Back to top
View user's profile Send private message
ThunderJB

[Freakz * Thunder]



Status: Offline
(since 12-10-2022 06:25)
Joined: 06 Sep 2013
Posts: 4652, Topics: 262
Location: Back in the business.

Reputation: 878.8
Votes: 266

 
Post Posted: 08-03-2014, 14:27:57 | Translate post to: ... (Click for more languages)

-P!C@- wrote:
Thunder a fost postat un tutorial pentru sunete mai demult. Clicik

PICU asta e sank sound nu roundsound....


Black magic
0 0
  
Back to top
View user's profile Send private message

  Topic locked


Topic is closed, you cannot post any messages in it anymore




 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Fixed issues  


The time now is 09-11-2024, 08:28:09
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x