View Single Post
RELLIX
New Member
Join Date: Aug 2019
Old 08-12-2019 , 16:41   Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name
Reply With Quote #871

Hi, i have a question. Can i add more commands to the plugin? For example, if someone were to type in "!skins" they would get the skins menu and if they were to type knife in another language they would get the knife menu and so on.

If I can do this, can anyone tell me how and which file to edit?

I tried to edit the .sp file but nothing happens. This is what I did:

RegConsoleCmd("buyammo1", CommandWeaponSkins);
RegConsoleCmd("sm_ws", CommandWeaponSkins);
RegConsoleCmd("buyammo2", CommandKnife);
RegConsoleCmd("sm_knife", CommandKnife);
RegConsoleCmd("sm_nametag", CommandNameTag);
RegConsoleCmd("sm_wslang", CommandWSLang);
RegConsoleCmd("sm_skins", CommandWeaponSkins);
RegConsoleCmd("sm_skin", CommandWeaponSkins);
RegConsoleCmd("sm_knives", CommandKnife);
RELLIX is offline