Raised This Month: $51 Target: $400
 12% 

[HELP] Sound Code.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lolzin123
Member
Join Date: Apr 2009
Old 06-16-2009 , 18:23   [HELP] Sound Code.
Reply With Quote #1

I need the code for add sounds in my plugin. THX
lolzin123 is offline
-Acid-
Senior Member
Join Date: Feb 2009
Old 06-16-2009 , 18:34   Re: [HELP] Sound Code.
Reply With Quote #2

add ur code.
__________________
-Acid- is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 06-16-2009 , 18:42   Re: [HELP] Sound Code.
Reply With Quote #3

Look at other plugins. I try to avoid doing your work for you. And, it's the best way to learn, do it yourself.
__________________
fysiks is offline
lolzin123
Member
Join Date: Apr 2009
Old 06-16-2009 , 19:28   Re: [HELP] Sound Code.
Reply With Quote #4

I'm tryng add sound in my block of bcm4.You send's to me the code and I add here
EDIT
I search in others plugins, find but the sound was horrible. [ Plugin when sound find BM4 ]
lolzin123 is offline
Drak
Veteran Member
Join Date: Jul 2005
Old 06-16-2009 , 20:11   Re: [HELP] Sound Code.
Reply With Quote #5

You English bad no? Block up over down. Add over there, something about that.

Seriously. What the hell man.
__________________
Oh yeah
Drak is offline
Send a message via MSN to Drak
slipvyne
Junior Member
Join Date: Jun 2009
Old 06-16-2009 , 23:07   Re: [HELP] Sound Code.
Reply With Quote #6

maybe hes asking for someone to write the code for him?
slipvyne is offline
Send a message via AIM to slipvyne Send a message via MSN to slipvyne
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 06-16-2009 , 23:11   Re: [HELP] Sound Code.
Reply With Quote #7

Quote:
Originally Posted by slipvyne View Post
maybe hes asking for someone to write the code for him?
Yea, we got that part. He should make some effort to figure this out on his own through searching the forums.
__________________
Bugsy is offline
lolzin123
Member
Join Date: Apr 2009
Old 06-17-2009 , 12:11   Re: [HELP] Sound Code.
Reply With Quote #8

Sorry about my english, but some one there find the code for me?
lolzin123 is offline
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 06-17-2009 , 14:04   Re: [HELP] Sound Code.
Reply With Quote #9

Code:
new g_szSnd1[] = "misc/snd1.wav"; new g_szSnd2[] = "misc/snd2.wav";   public plugin_precache() {         precache_sound(g_szSnd1);         precache_sound(g_szSnd2); }   public fnSomeFunc(iCl) {         if (iSomeThing)                 client_cmd(iCl, "spk %s", g_szSnd1);         else                 client_cmd(iCl, "speak %s", g_szSnd2); }
__________________
hleV is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode