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

[REQ] BB Admin Skin with priviligies


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
crystal xtreme
Member
Join Date: Sep 2021
Location: Pakistan, Karachi.
Old 02-11-2024 , 07:35   [REQ] BB Admin Skin with priviligies
Reply With Quote #1

Hi.
I need an admin skin with privileges, as indicated in the title. The details are such that I require a plugin where only Counter-Terrorist (Builders) have a default skin that is exclusively for VIPs. This means that as soon as a VIP connects to the server, only they have access to that skin in the builders' team. Additionally, I need the following privileges to be set:

Health: 130
Gravity: 0.5
Speed: 300

I have tried numerous plugins, but I haven't found one that meets these requirements. The ones I found either don't compile and produce several errors, or they compile successfully but have a bug where the skin and privileges also apply to zombies. I need this plugin to work with AMXMODX 1.8.2 or 1.8.1. Alternatively, if it functions with any other version, please specify that AMXMODX version as well.

Also, I would like to add the following functionality:

When a Builder VIP kills a zombie, they should receive a 15HP bonus and $1100 bonus cash. Additionally, their maximum health should not exceed 250.

Currently, I'm using BB Mod: BaseBuilder v6.5 by Tirant.

Thank you.

Last edited by crystal xtreme; 02-11-2024 at 07:42.
crystal xtreme is offline
bigdaddy424
Senior Member
Join Date: Oct 2021
Location: Jupiter
Old 02-11-2024 , 09:30   Re: [REQ] BB Admin Skin with priviligies
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <basebuilder>
#include <cstrike>
#include <fun>
#include <hamsandwich>

new zombie

public plugin_init()
    
RegisterHam(Ham_Killed"player""PlayerKilled")

public 
plugin_precache()
    
zombie bb_register_zombie_class("zombie name""big and scary""bb_zombie""v_claws"1303000.50.0ADMIN_LEVEL_A)

public 
PlayerKilled(victimidshouldgib)
{
    if (
bb_is_user_zombie(id) && bb_get_user_zombie_class(id) == zombie)
    {
        
cs_set_user_money(idcs_get_user_money(id) + 1100)
        
set_user_health(idmin(get_user_health(id) + 15250))
    }

__________________
bigdaddy424 is offline
Old 02-11-2024, 09:36
Uzviseni Bog
This message has been deleted by DarkDeviL. Reason: Do not spam, or post "me too" posts, or any such derivative drivel that does not contribute to a thread.
crystal xtreme
Member
Join Date: Sep 2021
Location: Pakistan, Karachi.
Old 02-11-2024 , 09:36   Re: [REQ] BB Admin Skin with priviligies
Reply With Quote #3

Quote:
Originally Posted by bigdaddy424 View Post
PHP Code:
#include <amxmodx>
#include <basebuilder>
#include <cstrike>
#include <fun>
#include <hamsandwich>

new zombie

public plugin_init()
    
RegisterHam(Ham_Killed"player""PlayerKilled")

public 
plugin_precache()
    
zombie bb_register_zombie_class("zombie name""big and scary""bb_zombie""v_claws"1303000.50.0ADMIN_LEVEL_A)

public 
PlayerKilled(victimidshouldgib)
{
    if (
bb_is_user_zombie(id) && bb_get_user_zombie_class(id) == zombie)
    {
        
cs_set_user_money(idcs_get_user_money(id) + 1100)
        
set_user_health(idmin(get_user_health(id) + 15250))
    }

Sorry but i think you didn't understand what i need?

Last edited by crystal xtreme; 02-11-2024 at 09:45.
crystal xtreme is offline
Old 02-11-2024, 09:38
crystal xtreme
This message has been deleted by crystal xtreme.
Old 02-11-2024, 09:39
crystal xtreme
This message has been deleted by DarkDeviL. Reason: Reply to the derivative drivel from above
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 03:42.


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