Raised This Month: $ Target: $400
 0% 

Solved [CSGO] 50~100 USD Looking for Remove Weapon's sticker Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lolo7890
Junior Member
Join Date: Jun 2013
Old 10-18-2019 , 03:22   [CSGO] 50~100 USD Looking for Remove Weapon's sticker Plugin
Reply With Quote #1

Looking for Plugin which can remove all the attachment (stickers , name tag label ) on weapon
add steam https://steamcommunity.com/id/CityCoffee/ to talk or leave reply here

Last edited by lolo7890; 10-20-2019 at 00:00.
lolo7890 is offline
Nexd
BANNED
Join Date: Dec 2013
Location: Hungary
Old 10-18-2019 , 12:27   Re: [CSGO] 50~100 USD Looking for Remove Weapon's sticker Plugin
Reply With Quote #2

Added
Nexd is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-18-2019 , 14:47   Re: [CSGO] 50~100 USD Looking for Remove Weapon's sticker Plugin
Reply With Quote #3

You want to force vanilla weapons? I think that is simple like this:
PHP Code:
#include <PTaH>

public void OnPluginStart()
{
    
PTaH(PTaH_GiveNamedItemPreHookGiveNamedItemPre);
}

public 
Action GiveNamedItemPre(int clientchar classname[64], CEconItemView &itembool &ignoredCEconItemView)
{
    
ignoredCEconItemView true;
    return 
Plugin_Changed;

Requires PTaH.

Or you can contact with me and we could see it, i dont need money.
Attached Files
File Type: smx force_vanillaweapons.smx (3.7 KB, 98 views)
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 10-18-2019 at 14:49.
Franc1sco is offline
Send a message via MSN to Franc1sco
Cruze
Veteran Member
Join Date: May 2017
Old 10-19-2019 , 05:21   Re: [CSGO] 50~100 USD Looking for Remove Weapon's sticker Plugin
Reply With Quote #4

Quote:
Originally Posted by Franc1sco View Post
.
.
.
I think he just wants to remove stickers applied to any weapon
__________________
Taking paid private requests! Contact me
Cruze is offline
lolo7890
Junior Member
Join Date: Jun 2013
Old 10-20-2019 , 00:00   Re: [CSGO] 50~100 USD Looking for Remove Weapon's sticker Plugin
Reply With Quote #5

Quote:
Originally Posted by Franc1sco View Post
You want to force vanilla weapons? I think that is simple like this:
PHP Code:
#include <PTaH>

public void OnPluginStart()
{
    
PTaH(PTaH_GiveNamedItemPreHookGiveNamedItemPre);
}

public 
Action GiveNamedItemPre(int clientchar classname[64], CEconItemView &itembool &ignoredCEconItemView)
{
    
ignoredCEconItemView true;
    return 
Plugin_Changed;

Requires PTaH.

Or you can contact with me and we could see it, i dont need money.
it's what i want !! but is it possible to keep the custom name but remove the attachment too ?
lolo7890 is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-10-2021 , 17:25   Re: [CSGO] 50~100 USD Looking for Remove Weapon's sticker Plugin
Reply With Quote #6

Quote:
Originally Posted by Franc1sco View Post
You want to force vanilla weapons? I think that is simple like this:
PHP Code:
#include <PTaH>

public void OnPluginStart()
{
    
PTaH(PTaH_GiveNamedItemPreHookGiveNamedItemPre);
}

public 
Action GiveNamedItemPre(int clientchar classname[64], CEconItemView &itembool &ignoredCEconItemView)
{
    
ignoredCEconItemView true;
    return 
Plugin_Changed;

Requires PTaH.

Or you can contact with me and we could see it, i dont need money.
Updated version for the latest PTaH (someone requested me that):

PHP Code:
#include <PTaH>

public void OnPluginStart()
{
    
PTaH(PTaH_GiveNamedItemPreHookGiveNamedItemPre);
}

public 
Action GiveNamedItemPre(int iClientchar sClassname[64], CEconItemView &Itembool &IgnoredCEconItemViewbool &OriginIsNULLfloat Origin[3])
{
    
IgnoredCEconItemView true;
    return 
Plugin_Changed;

Attached Files
File Type: smx force_vanillaweapons.smx (2.8 KB, 59 views)
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
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 17:47.


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