Raised This Month: $ Target: $400
 0% 

[CS:GO] Fix Hats Module for Store


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ajlittle
Junior Member
Join Date: Jul 2014
Old 08-08-2014 , 00:28   [CS:GO] Fix Hats Module for Store
Reply With Quote #1

I need someone to fix the equipment module for CS:GO for me, willing to pay around $5-10.

Link: https://forums.alliedmods.net/showthread.php?t=208125
Error: [Store] Your Playermodel doesn't support equipment.

This happens on default CT/T models and honestly I don't know why. I have tried all the fixes such as the gamedata...

Code:
"Games"
{
    "csgo"
    {
        "Signatures"
        {
            "LookupAttachment"
            {
                "library"        "server"
                "linux"        "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
                "windows"     "\x55\x8B\xEC\x56\x8B\xF1\x80\xBE\x2A\x2A\x2A\x2A\x00\x75\x2A\x83\xBE\x2A\x2A\x2A\x2A\x00\x75\x2A\xE8\x2A\x2A\x2A\x2A\x85\xC0\x74\x2A\x8B\xCE\xE8\x2A\x2A\x2A\x2A\x8B\x2A\x2A\x2A\x2A\x2A\x85\xF6\x74\x2A\x83\x2A\x2A\x75\x2A\x33\xC0"
            }
        }
    }
}
My Steam Profile: http://steamcommunity.com/profiles/76561198051226724/
Ajlittle is offline
Amroth
Senior Member
Join Date: Apr 2013
Location: /root
Old 08-08-2014 , 05:43   Re: [CS:GO] Fix Hats Module for Store
Reply With Quote #2

Is were working on linux, do you use Windows OS?
Amroth is offline
Zephyrus
Cool Pig B)
Join Date: Jun 2010
Location: Hungary
Old 08-08-2014 , 08:15   Re: [CS:GO] Fix Hats Module for Store
Reply With Quote #3

Code:
            "LookupAttachment"
            {
                "library"    "server"
                "linux"        "@_ZN14CBaseAnimating16LookupAttachmentEPKc"
                "windows"        "\x55\x8B\xEC\x57\x8B\xF9\x83\xBF\x90\x04\x00\x00\x00\x75\x23\xA1\x2A\x2A\x2A\x2A\x56\x8B\x30\x8B\x07\xFF\x50\x18\x8B\x0D\x2A\x2A\x2A\x2A\x50\xFF\x56\x04\x5E\x85\xC0\x74\x07\x8B\xCF\xE8\x2A\x2A\x2A\x2A\x8B\x8F\x90\x04\x00\x00\x5F\x85\xC9\x74\x12\x83\x39\x00\x74\x0D\x8B\x55\x08\xE8\x2A\x2A\x2A\x2A\x40\x5D\xC2\x04\x00"
            }
__________________
Taking private C++/PHP/SourcePawn requests, PM me.

Last edited by Zephyrus; 08-08-2014 at 08:16.
Zephyrus is offline
Amroth
Senior Member
Join Date: Apr 2013
Location: /root
Old 08-08-2014 , 08:24   Re: [CS:GO] Fix Hats Module for Store
Reply With Quote #4

Thank you, Zephyrus.

Now, I can equip hats but does not showing up on my head.

Its windows OS.
Amroth is offline
Zephyrus
Cool Pig B)
Join Date: Jun 2010
Location: Hungary
Old 08-08-2014 , 08:27   Re: [CS:GO] Fix Hats Module for Store
Reply With Quote #5

Quote:
Originally Posted by Amroth View Post
Thank you, Zephyrus.

Now, I can equip hats but does not showing up on my head.

Its windows OS.
well thats the signature from my private store, works fine there.
__________________
Taking private C++/PHP/SourcePawn requests, PM me.
Zephyrus is offline
Amroth
Senior Member
Join Date: Apr 2013
Location: /root
Old 08-08-2014 , 08:34   Re: [CS:GO] Fix Hats Module for Store
Reply With Quote #6

getting this error in error logs

Quote:
L 08/08/2014 - 15:29:11: [SM] Native "GetTrieValue" reported: Invalid Handle 0 (error 4)
L 08/08/2014 - 15:29:11: [SM] Displaying call stack trace for plugin "store\store-equipment.smx":
L 08/08/2014 - 15:29:11: [SM] [0] Line 388, C:\Users\Alon\Documents\GitHub\store-equipment\scripting\store-equipment.sp::Equip()
L 08/08/2014 - 15:29:11: [SM] [1] Line 325, C:\Users\Alon\Documents\GitHub\store-equipment\scripting\store-equipment.sp::OnGetPlayerEquipment()

Last edited by Amroth; 08-08-2014 at 08:37.
Amroth is offline
Zephyrus
Cool Pig B)
Join Date: Jun 2010
Location: Hungary
Old 08-08-2014 , 08:39   Re: [CS:GO] Fix Hats Module for Store
Reply With Quote #7

thats unrelated to the signature, thats caused by the fact that the public store is highly abandoned by developers
__________________
Taking private C++/PHP/SourcePawn requests, PM me.
Zephyrus is offline
Amroth
Senior Member
Join Date: Apr 2013
Location: /root
Old 08-08-2014 , 15:20   Re: [CS:GO] Fix Hats Module for Store
Reply With Quote #8

But it works fine in linux, when I switch to windows with same server setup, its stop working. I think its highly gamedata related.
I'll pay too if someone can fix it.

Last edited by Amroth; 08-08-2014 at 15:21.
Amroth is offline
Ajlittle
Junior Member
Join Date: Jul 2014
Old 08-08-2014 , 18:16   Re: [CS:GO] Fix Hats Module for Store
Reply With Quote #9

Quote:
Originally Posted by Zephyrus View Post
well thats the signature from my private store, works fine there.
Would it be possible to purchase your private shop?

Also the provided gamedata did not work for me.

Last edited by Ajlittle; 08-08-2014 at 18:56.
Ajlittle is offline
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 08-08-2014 , 18:27   Re: [CS:GO] Fix Hats Module for Store
Reply With Quote #10

Quote:
Originally Posted by Zephyrus View Post
thats unrelated to the signature, thats caused by the fact that the public store is highly abandoned by developers
I thought its down to some models lack the bone so that a hat can't get equipped on the head?

Last edited by Nolongerinthegame; 08-08-2014 at 18:27.
Nolongerinthegame 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 10:42.


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