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

CS:GO Weapon inspection for 1.6


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Tyler2211
Junior Member
Join Date: May 2017
Old 06-17-2017 , 14:15   CS:GO Weapon inspection for 1.6
Reply With Quote #1

Hello, would you help me with the CSGo Fight light weapon review plugin?

Like this

https://www.youtube.com/watch?v=3RGAWLuqPnU

Last edited by Tyler2211; 06-17-2017 at 14:19.
Tyler2211 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 06-17-2017 , 16:02   Re: CS:GO Weapon inspection for 1.6
Reply With Quote #2

What is your question?!
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 06-18-2017 , 02:22   Re: CS:GO Weapon inspection for 1.6
Reply With Quote #3

create those sequences to all your weapons, then ask for plugin.
__________________
retired chump

Last edited by DjSoftero; 06-18-2017 at 02:23.
DjSoftero is offline
Tyler2211
Junior Member
Join Date: May 2017
Old 06-18-2017 , 20:19   Re: CS:GO Weapon inspection for 1.6
Reply With Quote #4

F and you introduce your weapon https://www.youtube.com/watch?v=3RGAWLuqPnU
Tyler2211 is offline
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 06-19-2017 , 06:24   Re: CS:GO Weapon inspection for 1.6
Reply With Quote #5

Quote:
Originally Posted by Tyler2211 View Post
F and you introduce your weapon https://www.youtube.com/watch?v=3RGAWLuqPnU
read what i wrote to you. that animation is not gonna apear out of nowhere
__________________
retired chump

Last edited by DjSoftero; 06-19-2017 at 06:24.
DjSoftero is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 06-19-2017 , 19:38   Re: CS:GO Weapon inspection for 1.6
Reply With Quote #6

here is the plugin

i have a pack with more than 10 skins of each weapon with that animation already

if anyone wants to work on the plugin

will upload the pack

PHP Code:
#include <amxmodx>
#include <engine>
#include <fakemeta>
#include <hamsandwich>
#include <cstrike>
 
new const PLUGIN[] = "Weap inspect"
new const VERSION[] = "1.0"
new const AUTHOR[] = "mforce & Vaqtincha"
 
 
new const WEAPONENTNAMES[][] = {"weapon_ak47""weapon_m4a1"};
new const 
weapnames[] = {CSW_AK47CSW_M4A1}
 
public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_impulse(100"ClCmd_Impulse")
    for(new 
0sizeof(WEAPONENTNAMES); i++) {
        
RegisterHam(Ham_Item_DeployWEAPONENTNAMES[i], "OnItemDeployPost"1);
    }
}
 
new const 
fegyverek[][] = {
    
"models/weap_skins/v_ak47.mdl",     // 0. elem
    
"models/weap_skins/v_m4a1.mdl"      // 1
};
 
public 
OnItemDeployPost(ent) {
    new 
id entity_get_edict(entEV_ENT_owner);
 
    if(
id) {
        new 
Weapon cs_get_weapon_id(ent);
   
        for(new 
isizeof(weapnames); i++) {    
        
// mert ez csak tesztnek volt így.
            
if(Weapon == weapnames[i]) {
                
entity_set_string(idEV_SZ_viewmodelfegyverek[i])    // v_modell
            
}
        }
    }
 
    return 
HAM_IGNORED;
}
 
public 
plugin_precache() {
    for(new 
ii<sizeof(fegyverek);i++) precache_model(fegyverek[i]);
}
 
public 
ClCmd_Impulse(id) {
    const 
m_iId 43
    
const m_pActiveItem 373
 
    
new ActiveItem get_pdata_cbase(idm_pActiveItem)
    new 
Weapon get_pdata_int(ActiveItemm_iId, ._linuxdiff 4);
    for(new 
isizeof(weapnames); i++) {    
        if(
Weapon == weapnames[i]) {
            
SendWeaponAnim2(id, .iAnim = (weapnames[i] == CSW_M4A1 15:6)) 
            return 
PLUGIN_HANDLED;
        }
    }
    return 
PLUGIN_CONTINUE;
}
 
// fakemeta
stock SendWeaponAnim(idiAnim)
{
    
set_pev(idpev_weaponanimiAnim)
 
    
message_begin(MSG_ONE/* _UNRELIABLE */SVC_WEAPONANIM_id)
    
write_byte(iAnim)
    
write_byte(pev(idpev_body))
    
message_end()
}
 
// engine
stock SendWeaponAnim2(idiAnim)
{
    
entity_set_int(idEV_INT_weaponanimiAnim)
 
    
message_begin(MSG_ONE/* _UNRELIABLE */SVC_WEAPONANIM_id)
    
write_byte(iAnim)
    
write_byte(entity_get_int(idEV_INT_body))
    
message_end()

tarsisd2 is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 06-19-2017 , 20:19   Re: CS:GO Weapon inspection for 1.6
Reply With Quote #7

here is the pack
https://mega.nz/#!vA8hEChL!NZ3eLB-aH...pnhbSqr_3ckDtY
tarsisd2 is offline
Tyler2211
Junior Member
Join Date: May 2017
Old 06-20-2017 , 05:14   Re: CS:GO Weapon inspection for 1.6
Reply With Quote #8

Thank you

What can we do for other weapons that only have the ak47 and m4a1? @tarsisd2

My english is a little bad
Tyler2211 is offline
mousesports
Senior Member
Join Date: Oct 2010
Old 06-01-2019 , 08:55   Re: CS:GO Weapon inspection for 1.6
Reply With Quote #9

Anyone can work for some awp, eagle, ak and m4a1 skins ?
mousesports 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 00:01.


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