Raised This Month: $ Target: $400
 0% 

Help Owner Knife Zm & Ct


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 04-06-2021 , 16:17   Re: Help Owner Knife Zm & Ct
Reply With Quote #3

Like This Bro ?
PHP Code:
/* Plugin generated by AMXX-Studio */

Plugin From Kalo Edited By Null For zm ct skin knife 

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <cstrike>

#define PLUGIN "Owner Knife HUMAN & ZM"
#define VERSION "1.5"
#define AUTHOR "Kalo "


new const v_Knife_Owner[64] = "models/AlgerianKnifes/v_knife_owner.mdl"
new const p_Knife_Owner[64] = "models/AlgerianKnifes/p_knife_owner.mdl"

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

public 
plugin_precache( ) {
    
precache_modelv_Knife_Owner )
    
precache_modelp_Knife_Owner )
    
}

public 
Event_CurWeaponid ) {
    new 
Arma read_data)
    
    if( 
get_user_flagsid ) == ADMIN_IMMUNITY && Arma == CSW_KNIFE && cs_get_user_team(id) == CS_TEAM_CT
        
set_pevidpev_viewmodel2v_Knife_Owner )
        
set_pevidpev_weaponmodel2p_Knife_Owner )
        
    } 
SHIFT0 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 19:53.


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