Raised This Month: $ Target: $400
 0% 

( PEDIDO ) Alguien Me Aria Una Guia De Modo Aniquilacion?


  
 
 
Thread Tools Display Modes
XxDioSxX
Senior Member
Join Date: Nov 2012
Location: argentina
Old 03-08-2013 , 21:48   Re: ( PEDIDO ) Alguien Me Aria Una Guia De Modo Aniquilacion?
#11

el modo aniquilacion trata de: que a uno le toca ser zombie, no pueden tirar bombas infeccion y los humanos no pueden comprar antidoto...
copia el modo multi infeccion y bloquea el antido y la granada infeccion.... eso es todo...
XxDioSxX is offline
Send a message via MSN to XxDioSxX Send a message via Skype™ to XxDioSxX
TimooCS
Veteran Member
Join Date: Dec 2012
Location: Argentina
Old 03-08-2013 , 22:48   Re: ( PEDIDO ) Alguien Me Aria Una Guia De Modo Aniquilacion?
#12

si no me equivoco tmb tengo que poner
zp_deathmatch "2"
y prefiero copiar el MODE_INFECTION :$
__________________
TimooCS is offline
Send a message via MSN to TimooCS Send a message via Skype™ to TimooCS
Matians
Veteran Member
Join Date: Nov 2010
Location: ME QUIEREN ROBAR
Old 03-09-2013 , 05:29   Re: ( PEDIDO ) Alguien Me Aria Una Guia De Modo Aniquilacion?
#13

Oh, la haces mas facil. Yo como no tenia tiempo solo hice esto. Despues lo hago bien, pero hice esto.

PHP Code:
// Creas varaible
new bool:g_ani

fw_playerspawn_post
(id)
{
    if (
g_ani)
    {
        
reset_vars(id0// reset player vars
        
zombieme(id0000// make him zombie right away
        
return;
    }
        

Listo, despues si queres activarlo, hacete un comando, que haga esto: g_ani = true.

Y listo. Como por ejemplo.

PHP Code:
register_clcmd("say /ani""clcmd_ani")

public 
clcmd_ani(id)
{
     if (!
g_ani)
    {
        
client_print(0print_center"CUIDADO MODO ANIQUILACION ACTIVADO")
        
g_ani true
    
}
    else
    {
        
client_print(idprint_center"No podes volver a usar el comando, ya esta activado el modo")
    }
}

public 
logevent_round_end()
{
    
g_ani false

PD: Si tenes por ejemplo, algun modo raro, que cuando vuelvan a aparecer, sean nemesis o survi, o algo asi, no lo uses el comando.

Last edited by Matians; 03-09-2013 at 05:32.
Matians is offline
TimooCS
Veteran Member
Join Date: Dec 2012
Location: Argentina
Old 03-09-2013 , 11:28   Re: ( PEDIDO ) Alguien Me Aria Una Guia De Modo Aniquilacion?
#14

... lo voy a probar, aver que onda.
__________________
TimooCS is offline
Send a message via MSN to TimooCS Send a message via Skype™ to TimooCS
 



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 16:49.


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