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

removed


Post New Thread Reply   
 
Thread Tools Display Modes
crnova
Senior Member
Join Date: Sep 2015
Old 09-03-2015 , 11:37   Re: Base Builder VIP 0.3
Reply With Quote #11

Quote:
Originally Posted by zombiesucker View Post
can't find the models just predator model and the CSO like custom + emotions
Yeah those are the models i'm talking about, did you install them to your server?
crnova is offline
zombiesucker
Member
Join Date: Sep 2015
Old 09-03-2015 , 15:31   Re: Base Builder VIP 0.3
Reply With Quote #12

yup I did and run it put still got this problem
zombiesucker is offline
Old 09-03-2015, 17:40
crnova
This message has been deleted by crnova. Reason: eh my mistake,
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 09-04-2015 , 03:04   Re: Base Builder VIP 0.3
Reply With Quote #13

You are not allowed to attach binaries and it doesn't make sense to do it with the official AMXX modules.
Instead of proposing random things, why not you guys try to read the actual message "Load fails: Plugin file open error" mean the compiled plugin .amxx failed to be opened. Which means the .amxx files are likely missing from /plugins/ directory.
__________________

Last edited by Arkshine; 09-04-2015 at 03:05.
Arkshine is offline
zombiesucker
Member
Join Date: Sep 2015
Old 09-04-2015 , 03:40   Re: Base Builder VIP 0.3
Reply With Quote #14

never mind i fixed them, thanks for the help
zombiesucker is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 09-04-2015 , 07:47   Re: Base Builder VIP 0.3
Reply With Quote #15

what exactly you have made?

About the predator class...

you just copied mine?
but mine is better...

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <basebuilder>
#include <vip_core>

#define PLUGIN "[BB] Vip-Predator-Class"
#define VERSION "1.0"
#define AUTHOR "Natsheh"

#define VFLAG "c"

new const zclass_name[] = "Predator"
new const zclass_info[] = "\r( Vip Only ) \yHP++ SP++ JP++"
new const zclass_model[] = "bb_predator"
new const zclass_clawmodel[] = "v_predator_claws"
const zclass_health 4000
const zclass_speed 325
const Float:zclass_gravity 0.5
const Float:zclass_knockback 1.0

new zClassid

new const flag_info[] = "accessabilty to predator class"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
plugin_precache()
{
    
zClassid zp_register_zombie_class(zclass_namezclass_infozclass_modelzclass_clawmodelzclass_healthzclass_speedzclass_gravityzclass_knockback)
}

public 
vip_flag_creation()
{
    
register_vip_flag_info(VFLAGflag_info)
    
    new 
Exists flags_are_existed(VFLAG)
    
    if(!
Exists)
    {
        
create_vip_flag(VFLAG)
    }
}

public 
bb_zombie_class_picked_pre(id, class)
{
    if(class == 
zClassid)
    {
        new 
vFlags[32]
        
get_vuser_flags(idvFlagscharsmax(vFlags))
        
        if(
contain(vFlagsVFLAG) == -1)
        {
            return 
1
        
}
    }
    return 
0


Last edited by Natsheh; 09-04-2015 at 07:57.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
zombiesucker
Member
Join Date: Sep 2015
Old 09-04-2015 , 08:06   Re: Base Builder VIP 0.3
Reply With Quote #16

and even he didnt put it for vip
zombiesucker is offline
crnova
Senior Member
Join Date: Sep 2015
Old 09-04-2015 , 12:08   Re: Base Builder VIP 0.3
Reply With Quote #17

Quote:
Originally Posted by Natsheh View Post
what exactly you have made?

About the predator class...

you just copied mine?
but mine is better...

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <basebuilder>
#include <vip_core>

#define PLUGIN "[BB] Vip-Predator-Class"
#define VERSION "1.0"
#define AUTHOR "Natsheh"

#define VFLAG "c"

new const zclass_name[] = "Predator"
new const zclass_info[] = "\r( Vip Only ) \yHP++ SP++ JP++"
new const zclass_model[] = "bb_predator"
new const zclass_clawmodel[] = "v_predator_claws"
const zclass_health 4000
const zclass_speed 325
const Float:zclass_gravity 0.5
const Float:zclass_knockback 1.0

new zClassid

new const flag_info[] = "accessabilty to predator class"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
plugin_precache()
{
    
zClassid zp_register_zombie_class(zclass_namezclass_infozclass_modelzclass_clawmodelzclass_healthzclass_speedzclass_gravityzclass_knockback)
}

public 
vip_flag_creation()
{
    
register_vip_flag_info(VFLAGflag_info)
    
    new 
Exists flags_are_existed(VFLAG)
    
    if(!
Exists)
    {
        
create_vip_flag(VFLAG)
    }
}

public 
bb_zombie_class_picked_pre(id, class)
{
    if(class == 
zClassid)
    {
        new 
vFlags[32]
        
get_vuser_flags(idvFlagscharsmax(vFlags))
        
        if(
contain(vFlagsVFLAG) == -1)
        {
            return 
1
        
}
    }
    return 
0

Huh?! i didn't copy yours,

Last edited by crnova; 09-11-2015 at 13:38.
crnova is offline
Reply



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 18:52.


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