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

access flags that have knifes


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
itoxicreal
Senior Member
Join Date: Jun 2018
Old 06-05-2020 , 00:16   Re: access flags that have knifes
Reply With Quote #12

Quote:
Originally Posted by Supremache View Post
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_LEVEL_H && Arma == CSW_KNIFE){
        
set_pevidpev_viewmodel2v_Knife_Admin )
        
set_pevidpev_weaponmodel2p_Knife_Admin )
        
    }
    
    

I dont see the desierd knife i want when i go to my knifes
itoxicreal is offline
 



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


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