Raised This Month: $ Target: $400
 0% 

Module: Orpheu (v2.6.3)


Post New Thread Reply   
 
Thread Tools Display Modes
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 08-15-2010 , 16:13   Re: Module: Orpheu2.3a
Reply With Quote #561

Quote:
Originally Posted by Arkshine View Post
juste replace the whole sig [] included by just 0x3A9F0 and see if the function is called.
Orpheu is to awesome for me, im not good enough with it, so i failed getting it working :/ The offset you gave, the function was found with it
__________________
xPaw is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-15-2010 , 16:17   Re: Module: Orpheu2.3a
Reply With Quote #562

It won't say if the function was found or not really, it's an address. To see if it's the right address, you need to hook the function and see if the function is well called. I have not checked yet myself. Will do later.
__________________
Arkshine is offline
dFF
sıɹɹoɥɔ ʞɔnu
Join Date: Oct 2009
Old 08-19-2010 , 11:39   Re: Module: Orpheu2.3a
Reply With Quote #563

How to change a variable size ?

For example I have:

PHP Code:
#define MAX_MESSAGES_LEN 2047
static iBufferMAX_MESSAGES_LEN+]
show_menu .......... 
but I want to write 2700 chars in menu, so I tried:
PHP Code:
#define MAX_MESSAGES_LEN 2700 // To big size :(
static iBufferMAX_MESSAGES_LEN+]
show_menu .......... 
but dosen't work
dFF is offline
ot_207
Veteran Member
Join Date: Jan 2008
Location: Romania The Love Country
Old 08-19-2010 , 15:39   Re: Module: Orpheu2.3a
Reply With Quote #564

Quote:
Originally Posted by dFF View Post
How to change a variable size ?

For example I have:

PHP Code:
#define MAX_MESSAGES_LEN 2047
static iBufferMAX_MESSAGES_LEN+]
show_menu .......... 
but I want to write 2700 chars in menu, so I tried:
PHP Code:
#define MAX_MESSAGES_LEN 2700 // To big size :(
static iBufferMAX_MESSAGES_LEN+]
show_menu .......... 
but dosen't work

What has your post to do with the Orpheu module?
__________________
My approved plug-ins | Good for newbies! | Problems?

Back, will come around when I have time.
ot_207 is offline
dFF
sıɹɹoɥɔ ʞɔnu
Join Date: Oct 2009
Old 08-20-2010 , 08:11   Re: Module: Orpheu2.3a
Reply With Quote #565

I thought can do this with Orpheu. I saw a post somewhere that Arkshine saying something about it.

Is this possible without Orpheu?
dFF is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 08-20-2010 , 08:39   Re: Module: Orpheu2.3a
Reply With Quote #566

For your information, show_menu() use the ShowMenu message. You can't show more than 175 characters at once with one message. That's why, the code will split the text provided if the length is > 175 characters and will loop until the end by sending severals ShowMenu message of 175 characters max. So, for large text, it should work without problem.
__________________
Arkshine is offline
dFF
sıɹɹoɥɔ ʞɔnu
Join Date: Oct 2009
Old 08-21-2010 , 12:01   Re: Module: Orpheu2.3a
Reply With Quote #567

Ok. Thanks.
dFF is offline
(--eRRoR--)
Senior Member
Join Date: Mar 2008
Location: Romania
Old 09-03-2010 , 14:32   Re: Module: Orpheu2.3a
Reply With Quote #568

Hi there.
Here is the crash that ophreu made to mi srv.
I am usising csdm 2.1.2 and latest server engines on Linux Ubuntu
Code:
CRASH: Fri Sep  3 21:26:43 EEST 2010
Start Line: ./hlds_i686 -binary ./hlds_i686 -game cstrike -insecure -pingboost 1 +ip 195.2.197.62 +port 27015 +maxplayers 24 +map de_dust2
[New Thread 1348]
[New Thread 1358]
[New Thread 1364]
Core was generated by `./hlds_i686 -binary ./hlds_i686 -game cstrike -insecure -pingboost 1 +ip 195.2.'.
Program terminated with signal 6, Aborted.
#0  0x00478422 in __kernel_vsyscall ()
#0  0x00478422 in __kernel_vsyscall ()
#1  0x00798651 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0x0079ba82 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0x007cf49d in ?? () from /lib/tls/i686/cmov/libc.so.6
#4  0x007d9591 in ?? () from /lib/tls/i686/cmov/libc.so.6
#5  0x007dade8 in ?? () from /lib/tls/i686/cmov/libc.so.6
#6  0x007ddecd in free () from /lib/tls/i686/cmov/libc.so.6
#7  0x018452ae in ?? () from cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
#8  0x018415a5 in AMXX_PluginsUnloaded ()
   from cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
#9  0x0015b3ff in ?? ()
   from /usr/hlds/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
No symbol table info available.
From        To          Syms Read   Shared Object Library
0x00110a40  0x00111988  Yes (*)     /lib/tls/i686/cmov/libdl.so.2
0x00f38340  0x00f44108  Yes (*)     /lib/tls/i686/cmov/libpthread.so.0
0x007849b0  0x0088a814  Yes (*)     /lib/tls/i686/cmov/libc.so.6
0x0049e830  0x004b4a3f  Yes (*)     /lib/ld-linux.so.2
0x00f73c30  0x00ff42c4  Yes         /usr/hlds/engine_i686.so
0x007165f0  0x00724ec4  Yes         ./libsteam_api_c.so
0x00117460  0x00131888  Yes (*)     /lib/tls/i686/cmov/libm.so.6
0x0074aa60  0x00758b4d  Yes         /usr/hlds/filesystem_stdio_i386.so
0x00aff09c  0x00c28668  Yes         ./cstrike/dlls/cs_i386.so
0x00a52184  0x00a656e0  Yes         ./cstrike/addons/metamod/dlls/metamod_i386.so
0x00152630  0x001ac9d4  Yes (*)     /usr/hlds/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so
0x0021d2c0  0x0029f294  Yes (*)     cstrike/addons/amxmodx/modules/mysql_amxx_i386.so
0x003c7be0  0x003ca6f4  Yes (*)     cstrike/addons/amxmodx/modules/fun_amxx_i386.so
0x003d30e0  0x003dd0c4  Yes (*)     cstrike/addons/amxmodx/modules/engine_amxx_i386.so
0x003fcac0  0x00427b84  Yes (*)     cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so
0x00430f30  0x00434264  Yes (*)     cstrike/addons/amxmodx/modules/geoip_amxx_i386.so
0x0044c090  0x00451f44  Yes (*)     cstrike/addons/amxmodx/modules/nvault_amxx_i386.so
0x0060d150  0x00612904  Yes (*)     cstrike/addons/amxmodx/modules/cstrike_amxx_i386.so
0x004e1ca0  0x004e7e34  Yes (*)     cstrike/addons/amxmodx/modules/csx_amxx_i386.so
0x005d09f0  0x005fb3b4  Yes (*)     cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so
0x090e3230  0x091600e8  Yes (*)     /usr/lib/libstdc++.so.6
0x0047b370  0x00493738  Yes         /lib/libgcc_s.so.1
0x01840ef0  0x018d3958  Yes (*)     cstrike/addons/amxmodx/modules/orpheu_amxx_i386.so
0x016c38d0  0x0172dfb4  Yes (*)     cstrike/addons/amxmodx/modules/sqlite_amxx_i386.so
0x004bc260  0x004c69e4  Yes (*)     cstrike/addons/amxmodx/modules/csdm_amxx_i386.so
0x060da5f0  0x0666e5a4  Yes (*)     ./steamclient.so
0x00eff3c0  0x00f1da68  Yes (*)     ./libtier0_s.so
0x0061b050  0x00652fe0  Yes (*)     ./libvstdlib_s.so
0x025b44b0  0x02695a04  Yes         ./libsteamvalidateuseridtickets.so
0x008d7a20  0x008dede8  Yes (*)     /lib/tls/i686/cmov/libnss_files.so.2
(*): Shared library is missing debugging information.
Stack level 0, frame at 0xbfb84738:
 eip = 0x478422 in __kernel_vsyscall; saved eip 0x798651
 called by frame at 0xbfb84748
 Arglist at 0xbfb84730, args: 
 Locals at 0xbfb84730, Previous frame's sp is 0xbfb84738
 Saved registers:
  eip at 0xbfb84734
End of crash report
__________________
All good coders who want to help us finish the uwc3x mode are expected here.
(--eRRoR--) is offline
Send a message via Yahoo to (--eRRoR--) Send a message via Skype™ to (--eRRoR--)
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 09-03-2010 , 14:47   Re: Module: Orpheu2.3a
Reply With Quote #569

What plugins are you using. Orpheu loads only if you use a plugin which uses orpheu. So, show all the plugins used.
__________________
Arkshine is offline
preepunk
Member
Join Date: Jul 2009
Location: Universe, Milky Way
Old 09-03-2010 , 17:37   Re: Module: Orpheu2.3a
Reply With Quote #570

there is a plugin that changes player ping
http://forums.alliedmods.net/showthread.php?p=767048
but it works badly cause it just watches if player open the scoretab and it sends the wrong value to tab
and if player writes "ping" in console then it return true value
explain please howto change player ping with orpheus serverside
i understand that plugin that would work with this problem will call orpheus more than one time in second but i need to make fake ping with orpheus (i havent found the func in hlds sdk)
so i want to make a func something like set_user_ping(id,ping)
please help
preepunk 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 09:17.


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