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

access flags that have knifes


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
itoxicreal
Senior Member
Join Date: Jun 2018
Old 06-04-2020 , 23:06   access flags that have knifes
Reply With Quote #1

Is there any plugin not a knife menu but a specific flag that gives someone a specific knife
itoxicreal is offline
supertrio17
Senior Member
Join Date: May 2020
Location: Serbia
Old 06-04-2020 , 23:35   Re: access flags that have knifes
Reply With Quote #2

I think I can make it
supertrio17 is offline
itoxicreal
Senior Member
Join Date: Jun 2018
Old 06-04-2020 , 23:36   Re: access flags that have knifes
Reply With Quote #3

Quote:
Originally Posted by supertrio17 View Post
I think I can make it
That would mean alot
itoxicreal is offline
supertrio17
Senior Member
Join Date: May 2020
Location: Serbia
Old 06-04-2020 , 23:38   Re: access flags that have knifes
Reply With Quote #4

Quote:
Originally Posted by itoxicreal View Post
Is there any plugin not a knife menu but a specific flag that gives someone a specific knife
Can you tell me like what flags do you need
supertrio17 is offline
itoxicreal
Senior Member
Join Date: Jun 2018
Old 06-04-2020 , 23:39   Re: access flags that have knifes
Reply With Quote #5

Quote:
Originally Posted by supertrio17 View Post
Can you tell me like what flags do you need
Flag t
itoxicreal is offline
supertrio17
Senior Member
Join Date: May 2020
Location: Serbia
Old 06-04-2020 , 23:40   Re: access flags that have knifes
Reply With Quote #6

Quote:
Originally Posted by itoxicreal View Post
Flag t
Only flag t? Any other one?
supertrio17 is offline
itoxicreal
Senior Member
Join Date: Jun 2018
Old 06-04-2020 , 23:43   Re: access flags that have knifes
Reply With Quote #7

Quote:
Originally Posted by supertrio17 View Post
Only flag t? Any other one?
just t
itoxicreal is offline
Old 06-04-2020, 23:55
Supremache
This message has been deleted by Supremache.
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 06-04-2020 , 23:56   Re: access flags that have knifes
Reply With Quote #8

Quote:
Originally Posted by itoxicreal View Post
Is there any plugin not a knife menu but a specific flag that gives someone a specific knife
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 )
        
    }
    
    

Supremache is offline
supertrio17
Senior Member
Join Date: May 2020
Location: Serbia
Old 06-05-2020 , 00:08   Re: access flags that have knifes
Reply With Quote #9

I guess I made this plugin for nothing
supertrio17 is offline
itoxicreal
Senior Member
Join Date: Jun 2018
Old 06-05-2020 , 00:12   Re: access flags that have knifes
Reply With Quote #10

Quote:
Originally Posted by supertrio17 View Post
I guess I made this plugin for nothing
can i see your plugin
itoxicreal 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 09:50.


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