Raised This Month: $7 Target: $400
 1% 

Removed


Post New Thread Reply   
 
Thread Tools Display Modes
rem3
New Member
Join Date: May 2013
Old 12-28-2018 , 04:17   Re: [CS:GO] eTweaker - 1.34
Reply With Quote #31

L 12/28/2018 - 18:17:13: [SM] Exception reported: Array index out-of-bounds (index 65, limit 65)
L 12/28/2018 - 18:17:13: [SM] Blaming: Tweaker.smx
L 12/28/2018 - 18:17:13: [SM] Call stack trace:
L 12/28/2018 - 18:17:13: [SM] [1] Line 186, wc/func.sp::AddWeaponSkinsToWeaponArray
L 12/28/2018 - 18:17:13: [SM] [2] Line 162, wc/func.sp:ivideSkinsToArrayList
L 12/28/2018 - 18:17:13: [SM] [3] Line 171, E:\CSGO Server\steamapps\common\Counter-Strike Global Offensive Beta - Dedicated Server\csgo\addons\sourcemod\scripting\Tweake r.sp::OnPluginStartPost
L 12/28/2018 - 18:17:13: [SM] [4] Line 150, wc/func.sp::CSGOItems_OnItemsSynced
L 12/28/2018 - 18:17:13: [SM] [6] Call_Finish
L 12/28/2018 - 18:17:13: [SM] [7] Line 1311, C:\Users\Michael\OneDrive\Documents\Developme nt\PAWN\Projects\CSGO-Items\addons\sourcemod\scripting\CSGO_Items.s p::SyncItemData
L 12/28/2018 - 18:17:13: [SM] [8] Line 1028, C:\Users\Michael\OneDrive\Documents\Developme nt\PAWN\Projects\CSGO-Items\addons\sourcemod\scripting\CSGO_Items.s p::Timer_SyncSchema
L 12/28/2018 - 18:17:13: [CSGO_Items.smx] Item data synced in 18 seconds.

Does anyone have a solution for this?

Last edited by rem3; 12-28-2018 at 11:21.
rem3 is offline
Javierko
AlliedModders Donor
Join Date: Sep 2017
Location: Czech republic
Old 12-29-2018 , 11:02   Re: [CS:GO] eTweaker - 1.34
Reply With Quote #32

Set this line
to
PHP Code:
ArrayList arWeapons[72] = {null,...}; 
__________________
My Github & Sourcemod work.
If you like my work and if you want to support me, you can through PayPal.

Official SourceMod CZ/SK Discord: https://discord.gg/Qvar55a
Javierko is offline
rem3
New Member
Join Date: May 2013
Old 01-05-2019 , 11:07   Re: [CS:GO] eTweaker - 1.34
Reply With Quote #33

Quote:
Originally Posted by Javierko View Post
Set this line
to
PHP Code:
ArrayList arWeapons[72] = {null,...}; 
Sorry for being late. Unfortunately, it didn't help

UPD: Changed value in arWeapons to 256 and works fine! Thanks! [TWEAKER] DATA SYNCED!

Last edited by rem3; 01-05-2019 at 11:33.
rem3 is offline
Wannab33
Junior Member
Join Date: Aug 2017
Old 03-03-2019 , 06:12   Re: [CS:GO] eTweaker - 1.34
Reply With Quote #34

Is there anyone ready to help out with the offsets? How am i able to obtain them?
Wannab33 is offline
Waterrkko
Junior Member
Join Date: Nov 2018
Location: Slovak Republic
Old 10-23-2019 , 08:50   Re: [CS:GO] eTweaker - 1.34
Reply With Quote #35

Quote:
Originally Posted by Wannab33 View Post
Is there anyone ready to help out with the offsets? How am i able to obtain them?
I need them too :/
Waterrkko is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 10-23-2019 , 13:45   Re: [CS:GO] eTweaker - 1.34
Reply With Quote #36

Quote:
Originally Posted by Waterrkko View Post
I need them too :/
I have the latest offsets and private API (CSGO Items API is down), but it's private ... so I don't know if I'll post it.
__________________
NomisCZ is offline
manicogaming
AlliedModders Donor
Join Date: Aug 2014
Old 10-23-2019 , 14:22   Re: [CS:GO] eTweaker - 1.34
Reply With Quote #37

Quote:
Originally Posted by NomisCZ View Post
I have the latest offsets and private API (CSGO Items API is down), but it's private ... so I don't know if I'll post it.
Does that version have anything that allows us to put stickers on weapons?
manicogaming is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 11-26-2019 , 15:22   Re: [CS:GO] eTweaker - 1.34
Reply With Quote #38

CSGO Items API:

#define LANGURL "https://cdn.hexa-core.eu/api/public/csgo_items/csgo_language.json"
#define SCHEMAURL "https://cdn.hexa-core.eu/api/public/csgo_items/csgo_schema.json"

eTweaker offsets: not tested with the latest update
PHP Code:
"Games"
{
    
"csgo"
    
{
        
"Offsets"
        
{
            
"RemoveAllWearables"
            
{
                
"windows"    "331"
                "linux"        "332"
            
}
            
"EquipWearable"
            
{
                
"windows"    "337"
                "linux"        "338"
            
}
            
"RemoveWearable"
            
{
                
"windows"    "338"
                "linux"        "339"
            
}
            
"FindWearableInSlot"
            
{
                
"windows"    "339"
                "linux"        "340"
            
}
            
"RemoveWearableInSlot"
            
{
                
"windows"    "400"
                "linux"        "401"
            
}

            
"EquipSuit"
            
{
                
"windows"    "493"
                "linux"        "494"
            
}

            
"RemoveSuit"
            
{
                
"windows"    "494"
                "linux"        "495"
            
}
        }
    }

__________________

Last edited by NomisCZ; 11-26-2019 at 15:23.
NomisCZ is offline
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 11-26-2019 , 16:10   Re: [CS:GO] eTweaker - 1.34
Reply With Quote #39

Plugin needs updated to Sourcemod 1.10 and Ptah 1.1.1, rip
Notifications is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 03-23-2020 , 20:05   Re: [CS:GO] eTweaker - 1.34
Reply With Quote #40

Working on update, anyone still interested?
ESK0 is offline
Reply


Thread Tools
Display Modes

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 22:38.


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