Raised This Month: $51 Target: $400
 12% 

[AYUDA] Jailbreak bloquea C4


  
 
 
Thread Tools Display Modes
Author Message
lolerto
Member
Join Date: Jul 2011
Old 11-22-2011 , 21:03   [AYUDA] Jailbreak bloquea C4
#1

Hola a todos los miembros del foro .. weno mi problema es q tngo un server multimod y lo q pasa es q el jailbreak(jbextreme) me bloquea la c4 (tmb el VIP) cuando cambio a otros modos como FFA ,gungame , aver si alguien podria decirme q parte del codigo del jailbreak es el q bloquea la c4 ... Gracias de Antemano..

P.D : Este es el Jailbreak q tngo -->http://forums.alliedmods.net/showthread.php?p=1113644
lolerto is offline
AfteR.
Veteran Member
Join Date: Dec 2008
Location: λ
Old 11-22-2011 , 22:33   Re: [AYUDA] Jailbreak bloquea C4
#2

Esta parte:

PHP Code:
// 1...
new gp_PrecacheSpawn

//...
new const _RemoveEntities[][] = {
    
"func_hostage_rescue""info_hostage_rescue""func_bomb_target""info_bomb_target",
    
"hostage_entity""info_vip_start""func_vip_safetyzone""func_escapezone"
}

// [ ... ]

// 2
gp_PrecacheSpawn register_forward(FM_Spawn"precache_spawn"1)

// [ ... ]

// 3
public precache_spawn(ent)
{
    if(
is_valid_ent(ent))
    {
        static 
szClass[33]
        
entity_get_string(entEV_SZ_classnameszClasssizeof(szClass))
        for(new 
0sizeof(_RemoveEntities); i++)
            if(
equal(szClass_RemoveEntities[i]))
                
remove_entity(ent)
    }

AfteR. is offline
lolerto
Member
Join Date: Jul 2011
Old 11-22-2011 , 22:54   Re: [AYUDA] Jailbreak bloquea C4
#3

Gracias After me resulto borrar esos codigos sos un capo xD xvRe!! .. Saludos !! Omar
lolerto 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 16:42.


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