Raised This Month: $32 Target: $400
 8% 

Desvirtúe aquí.


  
 
 
Thread Tools Display Modes
Raddish
BANNED
Join Date: Jul 2008
Location: Argentina
Old 09-19-2010 , 18:17   Re: [ES] El Offtopic va ACA! (con reglas)
#6591

bueno sprays :p
Raddish is offline
Asdito´^
Veteran Member
Join Date: Feb 2010
Location: Santa Fe, Argentina
Old 09-19-2010 , 18:18   Re: [ES] El Offtopic va ACA! (con reglas)
#6592

Quote:
Originally Posted by BolliN View Post
Alguno tiene por ahi, para remover las armas del piso en X tiempo?
gracias :E
PHP Code:
#include <amxmodx>
#include <fakemeta>

#define PLUGIN    "Remove Droped"
#define AUTHOR    "By ZP"
#define VERSION    "1.0"

new cvar_removedropped

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
// Add your own code here
    
    
cvar_removedropped register_cvar("amx_remove_dropped""0.5")
    
    
register_forward(FM_SetModel"Remove_weapon")
}

public 
Remove_weapon(entity, const model[])
{
    
// Remove weapons?
    
if (get_pcvar_float(cvar_removedropped) > 0.0)
    {
        static 
classname[10]
        
// Get entity's classname
        
pev(entitypev_classnameclassnamecharsmax(classname))
        
        
// Check if it's a weapon box
        
if (equal(classname"weaponbox"))
        {
            
// They get automatically removed when thinking
            
set_pev(entitypev_nextthinkget_gametime() + get_pcvar_float(cvar_removedropped))
            return 
FMRES_IGNORED;
        }
    }
        
    return 
FMRES_IGNORED

__________________
################################
Asdito´^ is offline
Send a message via MSN to Asdito´^
Celeron
Senior Member
Join Date: Jul 2010
Location: Argentina - Mendoza
Old 09-19-2010 , 22:37   Re: [ES] El Offtopic va ACA! (con reglas)
#6593

Que ha pasado en 2 dias. Que no he estado.
Desde otra PC, quiero mis PC's...
__________________
Celeron is offline
Send a message via MSN to Celeron
LudaGe
Senior Member
Join Date: May 2010
Location: World so cold
Old 09-20-2010 , 02:03   Re: [ES] El Offtopic va ACA! (con reglas)
#6594

CERVEZA GRATIS

Bueno ahora qe tengo su antencion...
Estoy tratando de borrar todo el MOTD del zombie plague (zombieplague.txt) por X motivo

Alguien me puede explicar esta parteshita?
PHP Code:
    // 8. Auto Select
    
len += formatex(menu[len], sizeof menu len"^n\r8.\w %L \y[%L]"id"MENU_AUTOSELECT"id, (WPN_AUTO_ON) ? "MOTD_ENABLED" "MOTD_DISABLED"
Trate de dejarla asi...
PHP Code:
    // 8. Auto Select
    
len += formatex(menu[len], sizeof menu len"^n\r8.\w recordar seleccion \y[%L]", (WPN_AUTO_ON) ? HABILITADO DESHABILITADO
pero no funca , alguien save como es? :S
LudaGe is offline
h4ckblood
BANNED
Join Date: Sep 2010
Old 09-20-2010 , 09:11   Re: [ES] El Offtopic va ACA! (con reglas)
#6595

PHP Code:
len += formatex(menu[len], sizeof menu len"^n\r8.\w Recordar selección \y%s"WPN_AUTO_ON "HABILITADO" "DESHABILITADO"
h4ckblood is offline
Destro-
Veteran Member
Join Date: Jun 2010
Location: $me->location();
Old 09-20-2010 , 09:25   Re: [ES] El Offtopic va ACA! (con reglas)
#6596

che,todos pueden entrar bien al amxmodx-es?nose q onda me dice q el usuario o pw es invalido,y cuando entre a recuperar pw puse mi msn y tambien dice q es invalido
__________________
Destro- is offline
alan_el_more
Veteran Member
Join Date: Jul 2008
Location: amxmodx-es.com
Old 09-20-2010 , 09:51   Re: [ES] El Offtopic va ACA! (con reglas)
#6597

Quote:
Originally Posted by Destro- View Post
che,todos pueden entrar bien al amxmodx-es?nose q onda me dice q el usuario o pw es invalido,y cuando entre a recuperar pw puse mi msn y tambien dice q es invalido
nuevo foro = cuentas borradas = registrarse de nuevo
__________________
alan_el_more is offline
Destro-
Veteran Member
Join Date: Jun 2010
Location: $me->location();
Old 09-20-2010 , 10:02   Re: [ES] El Offtopic va ACA! (con reglas)
#6598

Hay bug,cuando pongo una pw me dice q tiene q tener mas de 6 caracteres y la q puse tiene 9.probe de varias forma y lo mismo
pd:tava mas bueno la imagen q tenes en la firma q la nueva xD.
__________________
Destro- is offline
LudaGe
Senior Member
Join Date: May 2010
Location: World so cold
Old 09-20-2010 , 10:03   Re: [ES] El Offtopic va ACA! (con reglas)
#6599

@h4ckblood Gracias Maqina! xd
LudaGe is offline
01101101
BANNED
Join Date: Nov 2009
Location: 9`su 09`n0n7e`r0f76a
Old 09-20-2010 , 13:17   Re: [ES] El Offtopic va ACA! (con reglas)
#6600

MyBB SUXXXXXXXXXXXXXXXXXXXXXXXXXX
01101101 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 10:37.


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