Raised This Month: $ Target: $400
 0% 

[Orpheu] Precache limit fix.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Owner123
Member
Join Date: Jun 2010
Old 01-14-2011 , 17:33   [Orpheu] Precache limit fix.
Reply With Quote #1

I want to change precache limit (512) to greater.
I have this sig:
Code:
[
    {
        "name" : "precacheFix",
        "library" : "engine",
        "type" : "long",
        "memoryType" : "code",
        "identifiers" : 
        [
            {
                "os" : "linux",
                "mod" : "cstrike",
                "value" : ["*", "*", "*", "*", 0x00, 0x00, 0x0F, 0x8E, 0x5A, 0xFF, 0xFF, 0xFF, 0x83, 0xc4, 0xFC, 0x68, 0x00, 0x02, 0x00, 0x00, 0x55]
            }
        ]
    }
]
And this plugin:
PHP Code:
#include <amxmodx>
#include <orpheu_memory>

public plugin_precache()
{
    
register_plugin("Precache Limit Fix""1.0.0""Owner")
    
OrpheuMemorySet("precacheFix"10xFFFF);

But every server start, in console i have this:
Code:
./hlds_run: line 321: 21239 Illegal instruction     $HL_CMD
How i can fix that? :F
__________________
Sorry for my bad english !
Owner123 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 01-14-2011 , 17:59   Re: [Orpheu] Precache limit fix.
Reply With Quote #2

That's not possible to change the limit. There is already a big thread on it and the final result. Please search.
__________________
Arkshine 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 02:13.


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