View Single Post
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, 100 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