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

[req] knife model for vip


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
FLOY
Senior Member
Join Date: Dec 2013
Location: I love to www.steam.lv
Old 02-13-2021 , 16:26   [req] knife model for vip
Reply With Quote #1

Quote:
/*============================================ ====================================
Библиотеки
============================================= ====================================*/
#include <amxmodx>
#include <fakemeta_util>
#include <hamsandwich>
/*============================================ ====================================
Загрузка файлов
============================================= ====================================*/
new v_knife [] = "models/jd_knife/v_knife_jd.mdl"
new p_knife [] = "models/jd_knife/p_knife_jd.mdl"
new v_knife2 [] = "models/v_knife.mdl"
new p_knife2 [] = "models/p_knife.mdl"
/*============================================ ====================================
Данные о плагине
============================================= ====================================*/
public plugin_init()
{
register_plugin("VIP KNIFE JD", "1.0", "Jack Daniel`s")
RegisterHam(Ham_Item_Deploy, "weapon_knife", "knife_user", 1)
}

public plugin_precache()
{
precache_model(v_knife)
precache_model(p_knife)
precache_model(v_knife2)
precache_model(p_knife2)
}
/*============================================ ====================================
Гл. Функция
============================================= ====================================*/
public knife_user(wpn)
{
static id; id = get_pdata_cbase(wpn, 41, 4)
if(get_user_flags(id) & ADMIN_LEVEL_H)
{
set_pev(id, pev_viewmodel2, v_knife)
set_pev(id, pev_weaponmodel2, p_knife)
}
else
{
set_pev(id, pev_viewmodel2, v_knife2)
set_pev(id, pev_weaponmodel2, p_knife2)
}
}
/*============================================ ====================================
Концовка
============================================= ====================================*/
Hi not work! Knife are only 1 model wtf p_knife not haw samting diferent can sombady edit
vip get skin for kniff
__________________
homepage:steam.lv
topsites:top.steam.lv

Last edited by FLOY; 02-13-2021 at 16:26.
FLOY is offline
Send a message via Skype™ to FLOY
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 02-14-2021 , 07:29   Re: [req] knife model for vip
Reply With Quote #2

What? Is this a joke?
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
FLOY
Senior Member
Join Date: Dec 2013
Location: I love to www.steam.lv
Old 02-14-2021 , 13:15   Re: [req] knife model for vip
Reply With Quote #3

This is not my plugin russian boy make him but samting wrong
__________________
homepage:steam.lv
topsites:top.steam.lv
FLOY is offline
Send a message via Skype™ to FLOY
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:54.


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