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

Owner Knife Only When CT


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 11-05-2021 , 18:18   Owner Knife Only When CT
Reply With Quote #1

Hi Guys i want this owner knife only when iam CT Not for T cuz for T
I did it zm knife
so just for CT I want it

PHP Code:
/* Plugin generated by AMXX-Studio */

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

#define PLUGIN "Owner Knife"
#define VERSION "1.0"
#define AUTHOR "Edited By SHIFT0"


new const v_Knife_Owner[64] = "models/owner_knife/v_knife_owner.mdl"
new const p_Knife_Owner[64] = "models/owner_knife/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){
        
set_pevidpev_viewmodel2v_Knife_Owner )
        
set_pevidpev_weaponmodel2p_Knife_Owner )
        
    }
    
    
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1036\\ f0\\ fs16 \n\\ par }
*/ 

Last edited by SHIFT0; 11-05-2021 at 18:18. Reason: Edited Errors
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 07:10.


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