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

Owner Knife FLAG "A"


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 08-08-2023 , 22:16   Owner Knife FLAG "A"
Reply With Quote #1

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 !
__________________
Thank You For Helps
Discord:
null.#0096
https://www.youtube.com/@NullHere/
SHIFT0 is offline
sPed
Member
Join Date: May 2017
Location: Algeria
Old 08-10-2023 , 10:49   Re: Owner Knife FLAG "A"
Reply With Quote #2

chouf zoj hado ysa3douk
https://forums.alliedmods.net/showthread.php?t=284510
https://forums.alliedmods.net/showthread.php?t=161813
sPed is offline
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 08-10-2023 , 13:25   Re: Owner Knife FLAG "A"
Reply With Quote #3

Mrc aymen hbb <3 xd
Mais rak t3rf ZU li9 rir ll CT
__________________
Thank You For Helps
Discord:
null.#0096
https://www.youtube.com/@NullHere/

Last edited by SHIFT0; 08-10-2023 at 13:26.
SHIFT0 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-10-2023 , 22:07   Re: Owner Knife FLAG "A"
Reply With Quote #4

This is an English forum, did you find what you needed?
__________________
fysiks is offline
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 08-11-2023 , 00:22   Re: Owner Knife FLAG "A"
Reply With Quote #5

Quote:
Originally Posted by fysiks View Post
This is an English forum, did you find what you needed?
I still didnt find owner knife immunity access fot ct only
__________________
Thank You For Helps
Discord:
null.#0096
https://www.youtube.com/@NullHere/
SHIFT0 is offline
Tote
Senior Member
Join Date: Jul 2023
Old 08-11-2023 , 03:57   Re: Owner Knife FLAG "A"
Reply With Quote #6

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 )

}


}

Last edited by Tote; 08-11-2023 at 03:57.
Tote is offline
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 08-11-2023 , 12:44   Re: Owner Knife FLAG "A"
Reply With Quote #7

Quote:
Originally Posted by Tote View Post
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 )

}


}


Then Ty very much bro
__________________
Thank You For Helps
Discord:
null.#0096
https://www.youtube.com/@NullHere/
SHIFT0 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 08:56.


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