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

Can some one add on this Knife for Human & ZOmbies


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 04-11-2021 , 19:11   Can some one add on this Knife for Human & ZOmbies
Reply With Quote #1

Add Knife Ct & T ADMIN_LEVEL_H
PHP Code:
/*-----------------------------------------------------------------------------------------------
 ___                ________________    ____                     ___________________
|   |        /|    |                |  |    |                   |                   |
|   |      /  |    |   __________   |  |    |                   |   _____________   |
|   |    /    |    |  |          |  |  |    |                   |  |             |  |
|   |  /      |    |  |          |  |  |    |                   |  |             |  |
|   |/       /     |  |          |  |  |    |                   |  |             |  |
|          /       |  |          |  |  |    |                   |  |             |  |
|        /         |  |__________|  |  |    |                   |  |             |  |
|       /          |  |          |  |  |    |                   |  |             |  |
|        \         |  |          |  |  |    |                   |  |             |  |
|          \       |  |          |  |  |    |                   |  |             |  |
|   |\       \     |  |          |  |  |    |                   |  |             |  |
|   |  \       \   |  |          |  |  |    |                   |  |             |  |
|   |    \      |  |  |          |  |  |    |____________       |  |             |  |
|   |      \    |  |  |          |  |  |                 |      |  |_____________|  |
|   |        \  |  |  |          |  |  |                 |      |                   |
|___|          \|  |__|          |__|  |_________________|      |___________________|

-------------------------------------------------------------------------------------------------*/
/*------------------------------------
Plugin Created By KaLo 
-------------------------------------*/
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <cstrike>

#define PLUGIN "Admin Knife Model"
#define VERSION "1.0"
#define AUTHOR "KaLo"


new const v_Knife_Admin[64] = "models/v_knife_admin.mdl"
new const p_Knife_Admin[64] = "models/p_knife_admin.mdl"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_event"CurWeapon""Event_CurWeapon""be""1=1" )
    
}

public 
plugin_precache( ) {
    
precache_modelv_Knife_Admin )
    
precache_modelp_Knife_Admin )
    
}

public 
Event_CurWeaponid ) {
    new 
Arma read_data)
    
    if( 
get_user_flagsid ) == ADMIN_KICK && Arma == CSW_KNIFE){
        
set_pevidpev_viewmodel2v_Knife_Admin )
        
set_pevidpev_weaponmodel2p_Knife_Admin )
        
    }
    
    

SHIFT0 is offline
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 04-11-2021 , 22:07   Re: Can some one add on this Knife for Human & ZOmbies
Reply With Quote #2

First, Hook Ham_Item_Deploy of weapon_knife
=> check if the player flags is ADMIN_LEVEL_H or not
If yes => set p_ and v_

P/S: This is DIY section, not request section so that all I can help
Here is Request Section: https://forums.alliedmods.net/forumdisplay.php?f=12
__________________
My plugin:

Last edited by Celena Luna; 04-11-2021 at 22:08.
Celena Luna is offline
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 04-12-2021 , 07:47   Re: Can some one add on this Knife for Human & ZOmbies
Reply With Quote #3

Idk where add this
can u add it on the sma code ??
SHIFT0 is offline
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 04-12-2021 , 22:22   Re: Can some one add on this Knife for Human & ZOmbies
Reply With Quote #4

Quote:
Originally Posted by SHIFT0 View Post
Idk where add this
can u add it on the sma code ??
I can but this is "helping other people who having trouble while scripting", NOT "can you do it for me" section

P/S: If you spaming that much request, you just rather ask for personal amxx scripter to do it all for you rather than flood the forum
__________________
My plugin:

Last edited by Celena Luna; 04-12-2021 at 23:32.
Celena Luna 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 10:41.


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