User
Pass
2FA
 
 

zp_server_addon_countdown

 
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) -> Resources
Author Message1509
Marin

[CRISTIAN]



Status: Offline
(since 26-03-2019 13:16)
Joined: 29 Mar 2009
Posts: 19, Topics: 5
Location: Bucuresti

Reputation: 229.7
Votes: 7

   
Post Posted: 19-06-2009, 15:30:48 | Translate post to: ... (Click for more languages)

Am si eu urmatorul plugin:
Code:

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "[ZP] Countdown"
#define VERSION "1.0"
#define AUTHOR "Mr.Apple"

new countdown
new time_s

public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    register_event("HLTV", "event_round_start", "a", "1=0", "2=0")
}

public plugin_precache()
{
    precache_sound( "vox/zp_ten.wav" )
    precache_sound( "vox/zp_nine.wav" )
    precache_sound( "vox/zp_eight.wav" )
    precache_sound( "vox/zp_seven.wav" )
    precache_sound( "vox/zp_six.wav" )
    precache_sound( "vox/zp_five.wav" )
    precache_sound( "vox/zp_four.wav" )
    precache_sound( "vox/zp_three.wav" )
    precache_sound( "vox/zp_two.wav" )
    precache_sound( "vox/zp_one.wav" )
}

public event_round_start()
{
    set_task(4.0, "zombie_countdown")
    time_s = 10
    countdown = 9
}

public zombie_countdown()
{   
    new speak[ 10 ][] = { "vox/zp_one.wav", "voxzp_/two.wav", "vox/zp_three.wav", "vox/zp_four.wav", "vox/zp_five.wav", "vox/zp_six.wav", "vox/zp_seven.wav", "vox/zp_eight.wav", "vox/zp_nine.wav", "vox/zp_ten.wav" }

    emit_sound( 0, CHAN_VOICE, speak[ countdown ], 1.0, ATTN_NORM, 0, PITCH_NORM )
    countdown--
       
    set_hudmessage(179, 0, 0, -1.0, 0.28, 2, 0.02, 1.0, 0.01, 0.1, 10);
    show_hudmessage(0, "Macelu incepe in %i", time_s);
    --time_s;
       
    if(time_s >= 1)
    {
        set_task(1.0, "zombie_countdown")
    }

/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1049\\ f0\\ fs16 \n\\ par }
*/

Acest plugin inumara cate secunde mai sunt pana la infectie la ZM.
Problema este urmatoarea: El ia aceste sunete din valve/sound/vox.
Eu vreau ca sunetele sa le ia din cstrike/sound/fvox

Cum pot face asta?

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

[Mentally Stable]



Status: Offline
(since 05-07-2012 13:14)
Joined: 04 May 2009
Posts: 46, Topics: 13
Location: Romania

Reputation: 162
Votes: 5

Post Posted: 20-06-2009, 17:26:56 | Translate post to: ... (Click for more languages)

ia vezi daca merge http://fbx.ro/bz4vs2xj2rcpsfe4
0 0
  
Back to top
View user's profile Send private message
Marin

[CRISTIAN]



Status: Offline
(since 26-03-2019 13:16)
Joined: 29 Mar 2009
Posts: 19, Topics: 5
Location: Bucuresti

Reputation: 229.7
Votes: 7

   
Post Posted: 21-06-2009, 09:47:42 | Translate post to: ... (Click for more languages)

Nu merge, da o eroare la compilare -
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID

  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) -> Resources  


The time now is 03-12-2024, 00:25:43
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