Raised This Month: $ Target: $400
 0% 

C4 timer and Sound


Post New Thread Reply   
 
Thread Tools Display Modes
Xvil
BANNED
Join Date: Feb 2012
Old 03-16-2012 , 11:01   Re: C4 timer and Sound
Reply With Quote #11

Quote:
Originally Posted by BrownBear View Post
I tot this plugin is already made by someone else?
This plugin is more useful
Xvil is offline
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 03-16-2012 , 11:20   Re: C4 timer and Sound
Reply With Quote #12

Already exist.


Quote:
Originally Posted by Xvil View Post
This plugin is more useful
Whats the vantage?
__________________

Last edited by kramesa; 03-16-2012 at 11:20.
kramesa is offline
K.K.Lv
Veteran Member
Join Date: Aug 2008
Location: GameFolder
Old 03-16-2012 , 14:01   Re: C4 timer and Sound
Reply With Quote #13

you should learn more instead of post useless plugin.
__________________
QQ:116268742
K.K.Lv is offline
Send a message via MSN to K.K.Lv
kwpd
AlliedModders Donor
Join Date: Mar 2009
Location: panama
Old 03-16-2012 , 22:28   Re: C4 timer and Sound
Reply With Quote #14

was testing the plugin and found sound bad in the opening round.
Fix 1.4
__________________

Last edited by kwpd; 03-16-2012 at 22:35.
kwpd is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 03-17-2012 , 22:48   Re: C4 timer and Sound
Reply With Quote #15

PHP Code:
    new time get_pcvar_num(g_C4)
    
    
float(time)
    
    
set_task( (time 10.0) , "Zero"task_sound)
    
set_task( (time 9.0) , "one"task_sound)
    
set_task( (time 8.0) , "two"task_sound)
    
set_task( (time 7.0) , "three"task_sound)
    
set_task( (time 6.0) , "foor"task_sound)
    
set_task( (time 5.0) , "five"task_sound)
    
set_task( (time 4.0) , "six"task_sound)
    
set_task( (time 3.0) , "seven"task_sound)
    
set_task( (time 2.0) , "eigth"task_sound)
    
set_task( (time 1.0) , "nine"task_sound)
    
    return 
PLUGIN_CONTINUE  
}

public 
Zero()  
{
    
client_cmd(0"spk misc/ten.wav" )  
    return 
PLUGIN_CONTINUE  
}

public 
one()  
{
    
client_cmd(0"spk misc/nine.wav" )  
    return 
PLUGIN_CONTINUE  
}

public 
two()  
{
    
client_cmd(0"spk misc/eight.wav")  
    return 
PLUGIN_CONTINUE  
}

public 
three()  
{
    
client_cmd(0"spk misc/seven.wav")  
    return 
PLUGIN_CONTINUE  
}
 
public 
foor()  

    
client_cmd(0"spk misc/six.wav"  )  
    return 
PLUGIN_CONTINUE  
}

public 
five()  
{
    
client_cmd(0"spk misc/five.wav" )  
    return 
PLUGIN_CONTINUE  
}

public 
six()  
{
    
client_cmd(0"spk misc/foor.wav" )  
    return 
PLUGIN_CONTINUE  
}

public 
seven()  
{
    
client_cmd(0"spk misc/three.wav")  
    return 
PLUGIN_CONTINUE  
}

public 
eigth()  
{
    
client_cmd(0"spk misc/two.wav"  )  
    return 
PLUGIN_CONTINUE  
}

public 
nine()  
{
    
client_cmd(0"spk misc/one.wav")  
    return 
PLUGIN_CONTINUE  


This is scarying me.
Unapproved.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-17-2012 , 23:00   Re: C4 timer and Sound
Reply With Quote #16

Also, kwpd, looking at your posts, you are clearly a beginner. You have just copy-paste 2 plugins. Please don't post again a new plugin until you have a decent knowledege. Next time it will be trashed directly. You are supposed to know how to code when releasing a plugin. Feel free to use the scripting/suggestions/resquest sections to learn/ask things, but that's not our job to teach you how to code. Please make quality plugins. Thanks.
__________________
Arkshine is offline
kwpd
AlliedModders Donor
Join Date: Mar 2009
Location: panama
Old 03-27-2012 , 14:50   Re: C4 timer and Sound
Reply With Quote #17

There is nothing wrong. add two plugin into one plugin.
well I'll have to sit down and read more before you publish another one: D
__________________
kwpd is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-27-2012 , 15:26   Re: C4 timer and Sound
Reply With Quote #18

Not a matter wrong/right to put 2 plugins together. It should not be hard to understand, putting 2 plugins together, especially with such horrible code, and releasing that when you are very beginner, is not welcomed in this section. Read the rules.
__________________

Last edited by Arkshine; 03-27-2012 at 15:27.
Arkshine is offline
Old 05-24-2012, 17:38
Moh Es
This message has been deleted by Exolent[jNr]. Reason: Advertising server.
kwpd
AlliedModders Donor
Join Date: Mar 2009
Location: panama
Old 11-22-2012 , 01:00   Re: C4 timer and Sound
Reply With Quote #19

Version 1.5
* Fix remove_task
* Fix enable/disable sound
* Change sound Female
__________________
kwpd is offline
Kamphund
BANNED
Join Date: Nov 2012
Old 11-25-2012 , 10:38   Re: C4 timer and Sound
Reply With Quote #20

Quote:
Originally Posted by BrownBear View Post
I tot this plugin is already made by someone else?
Yes, been made by me, but it's private.
Kamphund is offline
Reply


Thread Tools
Display Modes

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 20:13.


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