Raised This Month: $ Target: $400
 0% 

[ES] Cuenta regresiva


  
 
 
Thread Tools Display Modes
Author Message
benamo6
Veteran Member
Join Date: Aug 2008
Location: NeverLand
Old 03-12-2010 , 08:06   [ES] Cuenta regresiva
#1

Por alguna razón esta cuenta regresiva no anda para nada, escribo /countdown y no pasa nada. Alguna solución?

PHP Code:
#include <amxmodx>
#include <amxmisc>

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

new time_s

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_event("HLTV""event_round_start""a""1=0""2=0")
    
register_clcmd("say /countdown""countdown")
}

public 
event_round_start()
{
    
time_s 5
}

public 
countdown()
{       
    
set_hudmessage(02550, -1.00.2821.11.10.010.01)   
    
show_hudmessage(0"---Warning---^n ---Alerta Biologica en: %i---"time_s); 
    --
time_s;
    
    if(
time_s >= 1)
    {
        
set_task(1.0"countdown")
    }

__________________
Please help me with this Thread
I am 70% addicted to Counterstrike. What about you?
Ill make any spanish translation of a plugin. Just ask for it
benamo6 is offline
Send a message via MSN to benamo6
shinoda
Spanish Moderator
Join Date: Nov 2009
Location: ag_crossfire
Old 03-12-2010 , 08:28   Re: [ES] Cuenta regresiva
#2

A mi me funca perfecto.

http://forums.alliedmods.net/showpos...38&postcount=7
__________________
Oh hell no this shit is awesome !!!
shinoda is offline
Send a message via MSN to shinoda Send a message via Skype™ to shinoda
benamo6
Veteran Member
Join Date: Aug 2008
Location: NeverLand
Old 03-12-2010 , 08:37   Re: [ES] Cuenta regresiva
#3

Lo probé el plugin solo porque tengo otros plugs con huds permanentes y anduvo. Pero osea pones /countdown y te aparece un toque y dsp desaparece como hago para que se quede hay asta que pase el tiempo?
Otra cosa como hago para que funcione con los otros plugins de hud?
__________________
Please help me with this Thread
I am 70% addicted to Counterstrike. What about you?
Ill make any spanish translation of a plugin. Just ask for it

Last edited by benamo6; 03-12-2010 at 08:42.
benamo6 is offline
Send a message via MSN to benamo6
Kiske
Veteran Member
Join Date: May 2009
Old 03-12-2010 , 09:01   Re: [ES] Cuenta regresiva
#4

Quote:
Originally Posted by benamo6 View Post
Lo probé el plugin solo porque tengo otros plugs con huds permanentes y anduvo. Pero osea pones /countdown y te aparece un toque y dsp desaparece como hago para que se quede hay asta que pase el tiempo?
Otra cosa como hago para que funcione con los otros plugins de hud?
PHP Code:
new Hudero

// En el PluginInit
Hudero CreateHudSyncObj( )

// Remplaza el show_hudmessage por:
ShowSyncHudMsg0Hudero"Blaa Bla" 
__________________

Kiske is offline
Send a message via Skype™ to Kiske
benamo6
Veteran Member
Join Date: Aug 2008
Location: NeverLand
Old 03-12-2010 , 09:21   Re: [ES] Cuenta regresiva
#5

Lo probe con los otros plugins y sigue sin aparecer.
Y aparte sigue desapareciendo no se queda puesto hasta que pase el tiempo de la cuenta regresiva.
__________________
Please help me with this Thread
I am 70% addicted to Counterstrike. What about you?
Ill make any spanish translation of a plugin. Just ask for it
benamo6 is offline
Send a message via MSN to benamo6
gladius
Veteran Member
Join Date: Jul 2008
Location: Santiago, Chile
Old 03-12-2010 , 09:36   Re: [ES] Cuenta regresiva
#6

es proque tienes uno o mas Huds que usan el mismo channel que el plugin del countdown
__________________
Proyects
Kreedz Chile Mod [100%] (Fixing some details).

gladius is offline
Send a message via MSN to gladius Send a message via Skype™ to gladius
benamo6
Veteran Member
Join Date: Aug 2008
Location: NeverLand
Old 03-12-2010 , 10:10   Re: [ES] Cuenta regresiva
#7

Mmmm y como cambio el channel, si puede ser ponerlo mas abajo.
Y tambien sigo con la duda de que desaparece dsp de un tiempo el hud osea no se queda hay.
__________________
Please help me with this Thread
I am 70% addicted to Counterstrike. What about you?
Ill make any spanish translation of a plugin. Just ask for it
benamo6 is offline
Send a message via MSN to benamo6
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viña del Mar, Chile
Old 03-12-2010 , 10:14   Re: [ES] Cuenta regresiva
#8

Quote:
Originally Posted by benamo6 View Post
Mmmm y como cambio el channel, si puede ser ponerlo mas abajo.
Y tambien sigo con la duda de que desaparece dsp de un tiempo el hud osea no se queda hay.
Siempre pasan de largo lo que postea Kiske o.O

http://forums.alliedmods.net/showpos...44&postcount=4
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
benamo6
Veteran Member
Join Date: Aug 2008
Location: NeverLand
Old 03-12-2010 , 10:16   Re: [ES] Cuenta regresiva
#9

Y vos siempre pasas de largo lo que dicen los demas?
Esta fue mi respuesta al post de kiske
Quote:
Lo probe con los otros plugins y sigue sin aparecer.
Y aparte sigue desapareciendo no se queda puesto hasta que pase el tiempo de la cuenta regresiva.
__________________
Please help me with this Thread
I am 70% addicted to Counterstrike. What about you?
Ill make any spanish translation of a plugin. Just ask for it
benamo6 is offline
Send a message via MSN to benamo6
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viña del Mar, Chile
Old 03-12-2010 , 10:18   Re: [ES] Cuenta regresiva
#10

Quote:
Originally Posted by benamo6 View Post
Y vos siempre pasas de largo lo que dicen los demas?
Esta fue mi respuesta al post de kiske
Has lo que te dice Kiske, y cambia el parametro effects a 0. Si no sabes cual es dale una mirada a los includes porque de veras que te hace falta.
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
 



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 03:58.


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