View Single Post
eNNkds
Member
Join Date: Sep 2012
Location: Romania
Old 11-30-2019 , 10:02   Re: Base Builder Zombie Mod v6.5 [01/15/2011]
Reply With Quote #1130

Hi i have a bad load at this. ->
Code:
[AMXX] Plugin "bb_removebuilds.amxx" failed to load: Plugin uses an unknown function (name "bb_get_team_id") - check your modules.ini.
I use the BB 6.5 basebuilder.inc
ÀMX ver 1.8.2
Metamod v1.21-am

meta list
  • description stat pend file vers src load unlod
    [ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.2 ini Start ANY
    [ 2] Fun RUN - fun_amxx.dll v1.8.2 pl1 ANY ANY
    [ 3] FakeMeta RUN - fakemeta_amxx.dl v1.8.2 pl1 ANY ANY
    [ 4] CStrike RUN - cstrike_amxx.dll v1.8.2 pl1 ANY ANY
    [ 5] CSX RUN - csx_amxx.dll v1.8.2 pl1 ANY ANY
    [ 6] Engine RUN - engine_amxx.dll v1.8.2 pl1 ANY ANY
    [ 7] Ham Sandwich RUN - hamsandwich_amxx v1.8.2 pl1 ANY ANY
    7 plugins,

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

native bb_get_team_idid )

#define PLUGIN "[BB] Remove Builds"
#define VERSION "1.0"
#define AUTHOR "Z!3L0ny"

public plugin_init() {
   
register_plugin(PLUGINVERSIONAUTHOR)
   
register_event"DeathMsg""DeathMsg""a" )
}   
public 
DeathMsg( ){
   new 
Victim read_data)
   new 
Team bb_get_team_idVictim )
   if( !
bb_is_build_phase( ) && !bb_is_prep_phase( ) ){
      if( 
Team != ){
         if( 
get_user_teamTeam ) == )
            
DeleteBlock1VictimTeam )
      }else 
DeleteBlock2Victim)
   }
}
public 
bb_prepphase_started( ){
   
DeleteBlock00)
}
public 
bb_round_started( ){
   
DeleteBlock00)
}
public 
DeleteBlock( const type, const f1, const f2 ){
   new 
szTarget16 ], iEnt;
   while( ( 
iEnt engfuncEngFunc_FindEntityByStringiEnt"classname""func_wall" ) ) != ){
      if( !
pev_validiEnt) )
         continue;
      
peviEntpev_targetnameszTargetcharsmaxszTarget ) )
      if( 
equalszTarget"ignore" ) || equalszTarget"barrier" ) ){
         continue;
      }
      if( 
type == &&  peviEntpev_iuser4 ) == )
         
engfuncEngFunc_SetOriginiEnt, { 9999.0999.09999.0 } )
      if( 
type == ){
         if( 
peviEntpev_iuser4 ) == f1 || peviEntpev_iuser4 ) == f2 )
            
engfuncEngFunc_SetOriginiEnt, { 9999.0999.09999.0 } )
      }
      if( 
type == ){
         if( 
peviEntpev_iuser4 ) == f1 )
            
engfuncEngFunc_SetOriginiEnt, { 9999.0999.09999.0 } )
      }
         
   }   

eNNkds is offline
Send a message via Skype™ to eNNkds