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 07-23-2011 , 14:22   Re: Module: Orpheu2.3a
Reply With Quote #761

Look careful, there is a link for windows.
__________________
Arkshine is offline
Kiske
Veteran Member
Join Date: May 2009
Old 07-23-2011 , 15:56   Re: Module: Orpheu2.3a
Reply With Quote #762

Quote:
Originally Posted by Arkshine View Post
Look careful, there is a link for windows.
Yes, I found it, thanks for your help, I'll test it.
Kiske is offline
Send a message via Skype™ to Kiske
matiaslp
Senior Member
Join Date: Apr 2007
Old 07-25-2011 , 09:33   Re: Module: Orpheu2.3a
Reply With Quote #763

Hi

Is it possible to chance team name in showscore?

I want to rewrite CT and T "name" for fun

Thanks in advanc
matiaslp is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-25-2011 , 09:36   Re: Module: Orpheu2.3a
Reply With Quote #764

Nope.
__________________
Arkshine is offline
Clauu
Senior Member
Join Date: Feb 2008
Location: RO
Old 07-26-2011 , 08:00   Re: Module: Orpheu2.3a
Reply With Quote #765

Hi there, it is posible to get with Orpheu certain lines form the status command? like the tcp/ip line?
Clauu is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 07-26-2011 , 10:39   Re: Module: Orpheu2.3a
Reply With Quote #766

Look here for an example:
https://forums.alliedmods.net/showth...26#post1126226
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Clauu
Senior Member
Join Date: Feb 2008
Location: RO
Old 07-26-2011 , 10:52   Re: Module: Orpheu2.3a
Reply With Quote #767

Yes i know, i have tried with some changes but without any luck.
Clauu is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 07-26-2011 , 17:07   Re: Module: Orpheu2.3a
Reply With Quote #768

Quote:
Originally Posted by Clauu View Post
Yes i know, i have tried with some changes but without any luck.
What went wrong?
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Clauu
Senior Member
Join Date: Feb 2008
Location: RO
Old 07-26-2011 , 17:29   Re: Module: Orpheu2.3a
Reply With Quote #769

Well i can't get the correct line and what i get is only the hole status output.
Clauu is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 07-26-2011 , 17:32   Re: Module: Orpheu2.3a
Reply With Quote #770

Do a debug and print the whole string, like this:

Code:
    #include <amxmodx>     #include <orpheu>     new Msg[ 100 ];     public plugin_precache()     {         register_srvcmd( "catch", "catch" );     }        public catch()     {         new OrpheuHook:handlePrintf = OrpheuRegisterHook( OrpheuGetFunction( "Con_Printf" ), "Con_Printf" );                 server_cmd( "stats" );         server_exec();                 OrpheuUnregisterHook( handlePrintf );         log_amx( "status output: ^"%s^"", Msg );     }     public OrpheuHookReturn:Con_Printf( const a[], const message[] )     {         copy( Msg,charsmax( Msg ), message );         return OrpheuSupercede;     }
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] 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 17:58.


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