Raised This Month: $51 Target: $400
 12% 

Module: Orpheu (v2.6.3)


Post New Thread Reply   
 
Thread Tools Display Modes
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 10-31-2011 , 12:09   Re: Module: Orpheu2.3a
Reply With Quote #821

Show the content of the signature file.
__________________
Arkshine is offline
NiHiLaNTh
Way Past Expiration
Join Date: May 2009
Location: Latvia
Old 10-31-2011 , 12:45   Re: Module: Orpheu2.3a
Reply With Quote #822

PHP Code:
{
    
"name"    "AddAmmoNameToAmmoRegistry",
    
"library" "mod",
    
"identifiers":
    [
        {
            
"os"    "windows",
            
"mod"   "cstrike",
            
"value"    : ["*"]
        }
    ]

__________________

NiHiLaNTh is offline
Send a message via Skype™ to NiHiLaNTh
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 10-31-2011 , 14:23   Re: Module: Orpheu2.3a
Reply With Quote #823

What is that "["*"]" ?
You forget also the argument, the string passed.

File should look like :

Code:
{
    "name"        : "AddAmmoNameToAmmoRegistry",
    "library"     : "mod",
    "arguments"   :
    [
        {
            "type" : "char *",
            "info" : "szAmmoname"
        }
    ],
    "identifiers" :
    [
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : [0x56,0x57,0x8B,"*","*","*",0xBE,"*","*","*","*",0x8B,"*",0x85]
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "AddAmmoNameToAmmoRegistry__FPCc"
        }
    ]
}


Then :
Code:
#include <amxmodx> #include <orpheu> public plugin_precache() {     OrpheuCallSuper( OrpheuGetFunction( "AddAmmoNameToAmmoRegistry" ), "5x45mm" ); }
__________________

Last edited by Arkshine; 10-31-2011 at 14:25.
Arkshine is offline
padilha007
Senior Member
Join Date: Jul 2008
Old 11-26-2011 , 17:05   Re: Module: Orpheu2.3a
Reply With Quote #824

I'd like to know if orpheus can unlock dlfile function, which by default blocked
__________________

padilha007 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-26-2011 , 17:08   Re: Module: Orpheu2.3a
Reply With Quote #825

With the latest engine version, this command is enabled by default (sv_allow_dlfile 1). Make sure this cvar is not on 0.
__________________
Arkshine is offline
padilha007
Senior Member
Join Date: Jul 2008
Old 11-26-2011 , 20:20   Re: Module: Orpheu2.3a
Reply With Quote #826

The cvar is active but the command dont work. Any suggest?

PHP Code:
cmd dlfile motd.txt 
__________________


Last edited by padilha007; 11-26-2011 at 20:22.
padilha007 is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-27-2011 , 07:15   Re: Module: Orpheu2.3a
Reply With Quote #827

Not sure if you want specifically the motd file or other stuff, when you connect to a server, motd is downloaded in a temporary file located in cstrike client folder.
In game you can re-open motd at anytime putting this command in your commandmenu.txt :
Code:
	CUSTOM 	" " 	"Open Motd File" 	"!SERVERINFO"
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 11-27-2011 at 07:16.
ConnorMcLeod is offline
kkdog
Junior Member
Join Date: Jul 2011
Old 11-27-2011 , 14:23   Re: Module: Orpheu2.3a
Reply With Quote #828

Hey there. I'm having a problem with Orpheu i installed the plugin " Just Capture the Flag" and it uses Orphue i downloaded Orpheu model from here and from the link it gives me on the JCTF forum and i installed it and added orpheu to the ini file. Whenever i start up HLDS i get a error called.

Mircrosoft Visual C++ Runtime libarary.

Runetime Error!

Program: C:\Users\Adminstrator\Desktop\Multimod Server\hlds.exe

This application has requested the Runtime to terminate it in an ususal way.
kkdog is offline
padilha007
Senior Member
Join Date: Jul 2008
Old 11-27-2011 , 16:11   Re: Module: Orpheu2.3a
Reply With Quote #829

i Want download any file, thanks to reply my question
__________________

padilha007 is offline
linkz
New Member
Join Date: Jan 2012
Old 01-03-2012 , 13:02   Re: Module: Orpheu2.3a
Reply With Quote #830

Please help with changing weapons cost.
Example with awp some do not understand for me.
AFAIK need to create functions for each weapon?
Maybe similar solutions are already made?
__________________
linkz 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:44.


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