Owner Knife FLAG "A"
Hello guys !
Can someone help me i want Owner Knife Skin Only For CT For Immunity ADMIN ACCESS models/knife_owner/knife_owner.mdl Any HELP Please ! |
Re: Owner Knife FLAG "A"
|
Re: Owner Knife FLAG "A"
Quote:
Mais rak t3rf ZU li9 rir ll CT |
Re: Owner Knife FLAG "A"
This is an English forum, did you find what you needed?
|
Re: Owner Knife FLAG "A"
Quote:
|
Re: Owner Knife FLAG "A"
not my code, just edited to be for ct & flag immunity.
#include <amxmodx> #include <fakemeta> #include <cstrike> #include <hamsandwich> #define PLUGIN "Admin knife" #define VERSION "1.0" #define AUTHOR "PlayBoy" #define ADMIN_FLAG ADMIN_IMMUNITY new const vKnife[ 64 ] = "models/v_Admin_Knife.mdl" // knife Model public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_event( "CurWeapon", "Event_CurWeapon", "be", "1=1" ) } public plugin_precache( ) { precache_model( vKnife ) } public Event_CurWeapon( id ) { new Arma = read_data( 2 ) if( get_user_flags( id ) == ADMIN_FLAG && Arma == CSW_KNIFE && cs_get_user_team(id) & CS_TEAM_CT){ set_pev( id, pev_viewmodel2, vKnife ) } } |
Re: Owner Knife FLAG "A"
Quote:
Then Ty very much bro |
| All times are GMT -4. The time now is 01:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.