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

[CODE] [ORPHEU] How to hook when player use +voicerecord


Post New Thread Reply   
 
Thread Tools Display Modes
Starsailor
horrible hahah
Join Date: Aug 2008
Location: Buenos Aires
Old 01-20-2012 , 17:26   Re: [CODE] [ORPHEU] How to hook when player use +voicerecord
Reply With Quote #31

i make the signature of bytes for SV_ParseVoiceData

[0x55,0x8B,0xEC,0xB8,0x0C,"*","*","*",0xE8,0xF 4,"*","*","*",0x8B,0x15,0x84]

anyone can confirm if the value of svs_ptr for windows is 0x36180?
__________________
Find my plugins here..

Ex - Spanish Moderator.

Last edited by Starsailor; 01-20-2012 at 17:31.
Starsailor is offline
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 02-04-2012 , 08:33   Re: [CODE] [ORPHEU] How to hook when player use +voicerecord
Reply With Quote #32

Can someone does this working on Windows please ?
__________________
You can do anything you set your mind to, man.

Devil259 is offline
NeedYourHelp
Member
Join Date: Dec 2011
Old 06-20-2012 , 14:42   Re: [CODE] [ORPHEU] How to hook when player use +voicerecord
Reply With Quote #33

pliz help me

#include <amxmodx>
#include <fakemeta>

forward client_voicerecord_on( id )
forward client_voicerecord_off( id )

public client_voicerecord_on( id )
{
client_print(id, print_center, "you're talking!!")
}

public client_voicerecord_off( id )
{
//
}

Dose not work for me.
Test on linux
Put the files: configs/orpheu/functions

what i do wrong ???

Edit:
Meta list output:
Currently running plugins:
[ 1] dproto_EF, v0.9.87, 2010-10-26, by Crock, see
[ 2] AMX Mod X, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 3] AntiDlFile, v1.4, 2010/10/18, by Rulzy, see http://www.dt-club.net/
[ 4] Fun, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 5] Engine, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 6] FakeMeta, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 7] CStrike, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 8] CSX, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org/
[ 9] Ham Sandwich, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 10] Orpheu, v2.3, Mar 7 2010, by joaquimandrade, see http://forums.alliedmods.net/showthread.ph

Last edited by NeedYourHelp; 06-20-2012 at 14:43.
NeedYourHelp is offline
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 06-20-2012 , 15:14   Re: [CODE] [ORPHEU] How to hook when player use +voicerecord
Reply With Quote #34

Quote:
Originally Posted by NeedYourHelp View Post
pliz help me
non-steam = no support
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito
NeedYourHelp
Member
Join Date: Dec 2011
Old 06-20-2012 , 15:31   Re: [CODE] [ORPHEU] How to hook when player use +voicerecord
Reply With Quote #35

Quote:
Originally Posted by joropito View Post
non-steam = no support
I have STEAM! I buy the GAME!
Whats my frinds ???
NeedYourHelp is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-20-2012 , 15:38   Re: [CODE] [ORPHEU] How to hook when player use +voicerecord
Reply With Quote #36

You have a server non-steam, as we can see with "dproto".
__________________
Arkshine is offline
NeedYourHelp
Member
Join Date: Dec 2011
Old 06-20-2012 , 15:43   Re: [CODE] [ORPHEU] How to hook when player use +voicerecord
Reply With Quote #37

Quote:
Originally Posted by Arkshine View Post
You have a server non-steam, as we can see with "dproto".
NO!
I use dproto for "GAME NAME"
On the config i can chnge the game name.

now can i get some help ?
NeedYourHelp is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 06-20-2012 , 16:04   Re: [CODE] [ORPHEU] How to hook when player use +voicerecord
Reply With Quote #38

Quote:
Originally Posted by NeedYourHelp View Post
NO!
I use dproto for "GAME NAME"
On the config i can chnge the game name.

now can i get some help ?
There's a plugin for AMXX called Game Name Changer you can use for that.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
NeedYourHelp
Member
Join Date: Dec 2011
Old 06-20-2012 , 16:32   Re: [CODE] [ORPHEU] How to hook when player use +voicerecord
Reply With Quote #39

Quote:
Originally Posted by Exolent[jNr] View Post
There's a plugin for AMXX called Game Name Changer you can use for that.
omg!! Ty.. (=
You Help me So Match!


---------------------------

pliz help me
Code:
#include <amxmodx>
#include <fakemeta>

forward client_voicerecord_on( id )

public client_voicerecord_on( id )
      client_print(id, print_center, "you're talking!!")
Dose not work for me.
Test on linux
Put the files in: configs/orpheu/functions

what i do wrong ???

Meta list output:
Currently running plugins:
[ 1] AMX Mod X, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 2] AntiDlFile, v1.4, 2010/10/18, by Rulzy, see http://www.dt-club.net/
[ 3] Fun, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 4] Engine, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 5] FakeMeta, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 6] CStrike, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 7] CSX, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org/
[ 8] Ham Sandwich, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team, see http://www.amxmodx.org
[ 9] Orpheu, v2.3, Mar 7 2010, by joaquimandrade, see http://forums.alliedmods.net/showthread.ph
9 plugins
NeedYourHelp is offline
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 06-20-2012 , 18:36   Re: [CODE] [ORPHEU] How to hook when player use +voicerecord
Reply With Quote #40

please show full output of

meta list
amxx list
amxx modules
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito
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 21:29.


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