Raised This Month: $32 Target: $400
 8% 

[CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !nametag]


Post New Thread Reply   
 
Thread Tools Display Modes
Fullsteel
AlliedModders Donor
Join Date: Jun 2010
Old 03-29-2023 , 13:56   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1841

Will this work with CS2?
Fullsteel is offline
AePT
Member
Join Date: Jan 2016
Old 03-29-2023 , 23:37   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1842

Quote:
Originally Posted by Fullsteel View Post
Will this work with CS2?
Read this
AePT is offline
KenenFredric
New Member
Join Date: Apr 2023
Old 04-07-2023 , 15:36   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1843

Any possible way for me to use this on community servers/client sided? Cuzz im kinda brokiee Tried a couple of methods but didn't work....
KenenFredric is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 04-14-2023 , 07:09   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1844

possible to pick up a dropped knife? Only the "own" dropped knife can be picked up...
asdfxD is offline
Paris1997
New Member
Join Date: Apr 2023
Old 04-24-2023 , 16:04   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1845

Asking About Select Skin Anything To Another Weapons
Example. AWP Doppler (Sapphire) (AWP With Butterfly Doppler Sapphire Skins)
How To Do This? I'll Try To Looking
Thank You So Much.
Paris1997 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-24-2023 , 18:01   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1846

Quote:
Originally Posted by Paris1997 View Post
Asking About Select Skin Anything To Another Weapons
Example. AWP Doppler (Sapphire) (AWP With Butterfly Doppler Sapphire Skins)
How To Do This? I'll Try To Looking
Thank You So Much.
Would it be this?

https://github.com/kgns/weapons/pull/271
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-24-2023 , 22:06   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1847

For those who don't want to wait for an official update, here are the new skins:

Anubis Collection
PHP Code:
//Anubis
    
"Eye of Horus *"
    
{
        
"index"        "1255"
        "classes"    "weapon_m4a1;"
    
}        
    
"Waters of Nephthys *"
    
{
        
"index"        "1241"
        "classes"    "weapon_famas;"
    
}    
    
"Apep's Curse *"
    
{
        
"index"        "1248"
        "classes"    "weapon_p250;"
    
}
    
"Ramese's Reach *"
    
{
        
"index"        "1240"
        "classes"    "weapon_glock;"
    
}
    
"Sobek's Bite *"
    
{
        
"index"        "1247"
        "classes"    "weapon_nova;"
    
}        
    
"ScaraB Rush *"
    
{
        
"index"        "1250"
        "classes"    "weapon_p90;"
    
}        
    
"Black Nile *"
    
{
        
"index"        "1239"
        "classes"    "weapon_awp;"
    
}
    
"Steel Delta *"
    
{
        
"index"        "1238"
        "classes"    "weapon_ak47;"
    
}        
    
"Copper Coated *"
    
{
        
"index"        "1245"
        "classes"    "weapon_mag7;"
    
}    
    
"Mummy's Rot *"
    
{
        
"index"        "1252"
        "classes"    "weapon_tec9;"
    
}        
    
"Desert Tacticalx *"
    
{
        
"index"        "1253"
        "classes"    "weapon_usp_silencer;"
    
}    
    
"Mud-Spec  *"
    
{
        
"index"        "1243"
        "classes"    "weapon_m4a1_silencer;"
    
}        
    
"Azure Glyph *"
    
{
        
"index"        "1251"
        "classes"    "weapon_ssg08;"
    
}    
    
"Echoing Sands *"
    
{
        
"index"        "1244"
        "classes"    "weapon_mac10;"
    
}        
    
"Sunbaked *"
    
{
        
"index"        "1246"
        "classes"    "weapon_mp7;"
    
}
    
"Inlay *"
    
{
        
"index"        "1237"
        "classes"    "weapon_revolver;"
    
}    
    
"Hieroglyph *"
    
{
        
"index"        "1253"
        "classes"    "weapon_xm1014;"
    
}
    
"Snake Pit *"
    
{
        
"index"        "1249"
        "classes"    "weapon_aug;"
    
}        
    
"Submerged *"
    
{
        
"index"        "1242"
        "classes"    "weapon_m249;"
    

paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-26-2023 , 17:06   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1848

Spoiler

Official release: https://github.com/kgns/weapons/releases/tag/v1.7.8
paulo_crash is offline
y1nK
New Member
Join Date: Apr 2023
Old 04-26-2023 , 18:09   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1849

Quote:
Originally Posted by paulo_crash View Post
how do i enable the sm_weapons_enable_all_skins CVar? it doesnt seem to be working when i try it on console even with RCON perms
y1nK is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-26-2023 , 18:49   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #1850

Quote:
Originally Posted by y1nK View Post
how do i enable the sm_weapons_enable_all_skins CVar? it doesnt seem to be working when i try it on console even with RCON perms
The official version does not yet support this option. Plugin author needs to accept the PR for this.

[EDIT]
Sorry, I see now that it's another topic you mentioned.

Anyway, for it to work you need to compile this version, compile the plugin source file and that's it.

Last edited by paulo_crash; 04-26-2023 at 18:52.
paulo_crash 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 19:18.


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