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

classes are $ money to be taken


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
forumm
Senior Member
Join Date: Nov 2013
Old 11-12-2014 , 03:52   classes are $ money to be taken
Reply With Quote #1

this zombie classes $ money, I want to be

zombie classes paid sale I want


PHP Code:
/*================================================================================
    
    -----------------------------------
    -*- [BB] Default Zombie Classes -*-
    -----------------------------------
    
    ~~~~~~~~~~~~~~~
    - Description -
    ~~~~~~~~~~~~~~~
    
    This plugin adds the default zombie classes from Zombie Plague
    into Base Builder. All credit belongs to MeRcyLeZZ.
    
    All classes have been balanced, but feel free to edit them if
    you are not satisfied.
    
================================================================================*/

#include <amxmodx>
#include <basebuilder>
#include <hamsandwich>
#include <fun>
#include <cstrike>

/*================================================================================
 [Plugin Customization]
=================================================================================*/

// Classic Zombie Attributes
new const zclass1_name[] = { "Classic Zombie" }
new const 
zclass1_info[] = { "=Balanced=" }
new const 
zclass1_model[] = { "bb_classic" }
new const 
zclass1_clawmodel[] = { "v_bloodyhands" }
const 
zclass1_health 3000
const zclass1_speed 260
const Float:zclass1_gravity 1.0
const zclass1_adminflags ADMIN_ALL

// Fast Zombie Attributes
new const zclass2_name[] = { "Fast Zombie" }
new const 
zclass2_info[] = { "HP-- Speed++" }
new const 
zclass2_model[] = { "bb_fast" }
new const 
zclass2_clawmodel[] = { "v_bloodyhands" }
const 
zclass2_health 2000
const zclass2_speed 325
const Float:zclass2_gravity 1.0
const zclass2_adminflags ADMIN_ALL

// Jumper Zombie Attributes
new const zclass3_name[] = { "Jumper Zombie" }
new const 
zclass3_info[] = { "HP- Jump+" }
new const 
zclass3_model[] = { "bb_jumper" }
new const 
zclass3_clawmodel[] = { "v_bloodyhands" }
const 
zclass3_health 2500
const zclass3_speed 285
const Float:zclass3_gravity 0.5
const zclass3_adminflags ADMIN_ALL

// Tanker Zombie Attributes
new const zclass4_name[] = { "Tanker Zombie" }
new const 
zclass4_info[] = { "HP++ Speed-" }
new const 
zclass4_model[] = { "bb_tanker" }
new const 
zclass4_clawmodel[] = { "v_bloodyhands" }
const 
zclass4_health 4000
const zclass4_speed 210
const Float:zclass4_gravity 1.0
const zclass4_adminflags ADMIN_ALL
#define TANK_ARMOR 200

/*============================================================================*/

new g_zclass_tanker

// Zombie Classes MUST be registered on plugin_precache
public plugin_precache()
{
    
register_plugin("[BB] Default Zombie Classes""6.5""Tirant")
    
    
// Register all classes
    
bb_register_zombie_class(zclass1_namezclass1_infozclass1_modelzclass1_clawmodelzclass1_healthzclass1_speedzclass1_gravity0.0zclass1_adminflags)
    
bb_register_zombie_class(zclass2_namezclass2_infozclass2_modelzclass2_clawmodelzclass2_healthzclass2_speedzclass2_gravity0.0zclass2_adminflags)
    
bb_register_zombie_class(zclass3_namezclass3_infozclass3_modelzclass3_clawmodelzclass3_healthzclass3_speedzclass3_gravity0.0zclass3_adminflags)
    
g_zclass_tanker bb_register_zombie_class(zclass4_namezclass4_infozclass4_modelzclass4_clawmodelzclass4_healthzclass4_speedzclass4_gravity0.0zclass4_adminflags)
}

#if defined TANK_ARMOR
public plugin_init()
{
    
RegisterHam(Ham_Spawn"player""ham_PlayerSpawn_Post"1)
}

public 
ham_PlayerSpawn_Post(id)
{
    if (!
is_user_alive(id))
        return ;
        
    if (
bb_is_user_zombie(id) && bb_get_user_zombie_class(id) == g_zclass_tanker)
    {
        
give_item(id"item_assaultsuit");
        
cs_set_user_armor(idTANK_ARMORCS_ARMOR_VESTHELM);
    }
}
#endif 
forumm is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 11-12-2014 , 03:56   Re: classes are $ money to be taken
Reply With Quote #2

Sorry, what are you trying to say?
zmd94 is offline
forumm
Senior Member
Join Date: Nov 2013
Old 11-12-2014 , 03:59   Re: classes are $ money to be taken
Reply With Quote #3

Quote:
Originally Posted by zmd94 View Post
Sorry, what are you trying to say?
this zombie class, the wage-sale I want

so these classes will be paid

const cost_speed = 16000
forumm is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 11-12-2014 , 04:37   Re: classes are $ money to be taken
Reply With Quote #4

Sorry, I still can't understand it.
Quote:
Originally Posted by --
This zombie class, the wage-sale I want.

So, these classes will be paid.
What you want to pay?

Last edited by zmd94; 11-12-2014 at 04:38.
zmd94 is offline
forumm
Senior Member
Join Date: Nov 2013
Old 11-12-2014 , 04:43   Re: classes are $ money to be taken
Reply With Quote #5

Quote:
Originally Posted by zmd94 View Post
Sorry, I still can't understand it.

What you want to pay?
$15000 to be purchased with the money

// Classic Zombie Attributes
new const zclass1_name[] = { "Classic Zombie" }
new const zclass1_info[] = { "Price : $16000" }
new const zclass1_model[] = { "bb_classic" }
new const zclass1_clawmodel[] = { "v_bloodyhands" }
const zclass1_health = 3000
const zclass1_speed = 260
const zclass1_money = 16000
const Float:zclass1_gravity = 1.0
const zclass1_adminflags = ADMIN_ALL

Last edited by forumm; 11-12-2014 at 04:45.
forumm is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 11-12-2014 , 05:00   Re: classes are $ money to be taken
Reply With Quote #6

So, you want all of the zombies only can be used if the pay X amount of money?
zmd94 is offline
forumm
Senior Member
Join Date: Nov 2013
Old 11-12-2014 , 05:14   Re: classes are $ money to be taken
Reply With Quote #7

Quote:
Originally Posted by zmd94 View Post
So, you want all of the zombies only can be used if the pay X amount of money?
Yes bro
forumm is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 11-12-2014 , 05:31   Re: classes are $ money to be taken
Reply With Quote #8

Then, this will be used in BB mode?

If yes, I'm sorry because I cannot help you. I'm not so sure about the forward or native that can be used to do such your request. If ZP, we have public zp_user_infected_pre(id) forward that will be useful for this request.

Last edited by zmd94; 11-12-2014 at 05:31.
zmd94 is offline
forumm
Senior Member
Join Date: Nov 2013
Old 11-12-2014 , 07:40   Re: classes are $ money to be taken
Reply With Quote #9

thanks
forumm 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 05:23.


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