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

Removed


Post New Thread Reply   
 
Thread Tools Display Modes
HenryTownshand
Junior Member
Join Date: Oct 2017
Old 04-13-2020 , 07:14   Re: [CSGO] eTweaker | VER. 1.8 | [Weapon skins, knives, gloves, nametag, stattrack]
Reply With Quote #71

Quote:
Originally Posted by 8guawong View Post
can confirm !ws -> Weapon paints -> All paints -> only Random & Default works
also !knife menu doesn't give selected knife (gives bare hand, axe, etc. though)
menu.sp 276 line

Code:
menu.AddItem(szMenuKey, szSkinDisplayName, iCurrentSkinDef == iSkinDef?ITEMDRAW_DISABLED:ITEMDRAW_DEFAULT);
replace
Code:
menu.AddItem(szSkinDef, szSkinDisplayName, iCurrentSkinDef == iSkinDef?ITEMDRAW_DISABLED:ITEMDRAW_DEFAULT);

Last edited by HenryTownshand; 04-13-2020 at 07:17.
HenryTownshand is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 04-13-2020 , 07:23   Re: [CSGO] eTweaker | VER. 1.8 | [Weapon skins, knives, gloves, nametag, stattrack]
Reply With Quote #72

Quote:
Originally Posted by 8guawong View Post
can confirm !ws -> Weapon paints -> All paints -> only Random & Default works
also !knife menu doesn't give selected knife (gives bare hand, axe, etc. though)
Thanks, Ill fix this in next update.. I can confirm only Random and Default works.. but !knife works fine for me...
ESK0 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 04-13-2020 , 07:45   Re: [CSGO] eTweaker | VER. 1.9 | [Weapon skins, knives, gloves, nametag, stattrack]
Reply With Quote #73

Updated to 1.9
Code:
 - Fixed All skins selection menu
 - The picked weapon from the ground will now have your chosen skin (Map spawned only)
ESK0 is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 04-13-2020 , 12:27   Re: [CSGO] eTweaker | VER. 1.9 | [Weapon skins, knives, gloves, nametag, stattrack]
Reply With Quote #74

Quote:
Originally Posted by ESK0 View Post
Updated to 1.9
Code:
 - Fixed All skins selection menu
 - The picked weapon from the ground will now have your chosen skin (Map spawned only)
seems to be working now
too bad you can set different knifes for ct and t
__________________
8guawong is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 04-13-2020 , 12:31   Re: [CSGO] eTweaker | VER. 1.9 | [Weapon skins, knives, gloves, nametag, stattrack]
Reply With Quote #75

Quote:
Originally Posted by 8guawong View Post
seems to be working now
too bad you can set different knifes for ct and t
I plan to add support for CT/T Gloves.. probably add Knives also.. but it needs modification of MySQL.. and that means lost of data.. probably.
ESK0 is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 04-13-2020 , 12:40   Re: [CSGO] eTweaker | VER. 1.9 | [Weapon skins, knives, gloves, nametag, stattrack]
Reply With Quote #76

Quote:
Originally Posted by ESK0 View Post
I plan to add support for CT/T Gloves.. probably add Knives also.. but it needs modification of MySQL.. and that means lost of data.. probably.
__________________
8guawong is offline
Proz
AlliedModders Donor
Join Date: Apr 2005
Old 04-14-2020 , 11:55   Re: [CSGO] eTweaker | VER. 1.9 | [Weapon skins, knives, gloves, nametag, stattrack]
Reply With Quote #77

Only "Knife" "CT Knife" "T Knife" "Golden Knife" "Bare Hands" "Axe" "Hammer" and "Wrench" works if you have a knife equipped in your CSGO inventory.

The other knives doesnt work..
Proz is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 04-14-2020 , 13:18   Re: [CSGO] eTweaker | VER. 1.9 | [Weapon skins, knives, gloves, nametag, stattrack]
Reply With Quote #78

Quote:
Originally Posted by Proz View Post
Only "Knife" "CT Knife" "T Knife" "Golden Knife" "Bare Hands" "Axe" "Hammer" and "Wrench" works if you have a knife equipped in your CSGO inventory.

The other knives doesnt work..
I am so sorry, but I dont have Knife in my CSGO inventory, so I can not test this.
ESK0 is offline
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 04-14-2020 , 17:59   Re: [CSGO] eTweaker | VER. 1.9 | [Weapon skins, knives, gloves, nametag, stattrack]
Reply With Quote #79

Getting this error when selecting a knife, it applies next round however.
Code:
L 04/14/2020 - 23:33:42: [SM] Exception reported: Invalid Handle 0 (error: 4)
L 04/14/2020 - 23:33:42: [SM] Blaming: Tweaker.smx
L 04/14/2020 - 23:33:42: [SM] Call stack trace:
L 04/14/2020 - 23:33:42: [SM]   [0] ArrayList.Set
L 04/14/2020 - 23:33:42: [SM]   [1] Line 714, J:\Compiler\scripting\include\files/menu_callback.sp::h_knivesmenu
Notifications is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 04-14-2020 , 18:32   Re: [CSGO] eTweaker | VER. 1.9 | [Weapon skins, knives, gloves, nametag, stattrack]
Reply With Quote #80

Quote:
Originally Posted by Notifications View Post
Getting this error when selecting a knife, it applies next round however.
Code:
L 04/14/2020 - 23:33:42: [SM] Exception reported: Invalid Handle 0 (error: 4)
L 04/14/2020 - 23:33:42: [SM] Blaming: Tweaker.smx
L 04/14/2020 - 23:33:42: [SM] Call stack trace:
L 04/14/2020 - 23:33:42: [SM]   [0] ArrayList.Set
L 04/14/2020 - 23:33:42: [SM]   [1] Line 714, J:\Compiler\scripting\include\files/menu_callback.sp::h_knivesmenu
Working on CSGO Items update And also you are clearly using your own compiled smx. I am not sure if you have changed anything

Last edited by ESK0; 04-15-2020 at 04:20.
ESK0 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 18:29.


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