Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: BeetleFart
Forum: Snippets and Tutorials 01-08-2009, 12:40
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

anyone know why a hook would work in windows but not in linux???
Forum: Snippets and Tutorials 01-07-2009, 11:52
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

Does anyone know if theres something I need to do with sourcehook and linux.
Ive added a soucehook into the g_VoiceServer to trap the voice comms
and it works great in windows. I have one linux...
Forum: Snippets and Tutorials 11-06-2008, 15:23
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

Im not sure what I did..but I redid it and now it seems to be working correctly.
Not sure what was wrong..maybe I had the offset wrong or something
Forum: Snippets and Tutorials 11-06-2008, 14:07
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

Im now trying to hook
the WeaponCanUse virtual function

SH_DECL_MANUALHOOK1(WeaponCanUseHook, 0, 0, 0, bool, CBaseCombatWeapon *);
declared globally

i added into clientactive:

int...
Forum: Snippets and Tutorials 10-10-2008, 21:33
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

Thanks ..it was g_SHPtr...I mistakenly defined a local copy so the global didnt get set.
Now back to trying to trap the ivoiceserver.
Thanks
Forum: Snippets and Tutorials 10-10-2008, 09:32
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

I've had no luck at all getting sourcehook to not crash.

I tried it in both my orangebox version and non orangebox versions.
I followed the embedding portion on...
Forum: Snippets and Tutorials 10-09-2008, 18:29
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

Id love to be able to do it that way..
Im still learning alot of this stuff and I dont know if the sourcehook files I have are mixed versions or not..
I have ones that Ive downloaded or have bits...
Forum: Snippets and Tutorials 10-09-2008, 16:32
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

where can I download the latest versions of sourcehook...I may have 2 different versions and its not helping matters.
Forum: Snippets and Tutorials 10-09-2008, 16:11
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

Thats where I'll start ...thanks for the pointer in the right direction.
Forum: Snippets and Tutorials 10-09-2008, 16:01
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

its a vsp..

Im trying to find the lastest single version of sourcehook.
to learn this on.
Ill check out the PLUGIN_SAVEVARS() macro in ISmmPlugin.h
Forum: Snippets and Tutorials 10-09-2008, 15:41
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

The problem is with my not initializing source hook variable
SourceHook::ISourceHook *g_SHPtr

How do I initialize sourcehook correctly.
Im trying to follow the wiki at ...
Forum: Snippets and Tutorials 10-09-2008, 13:38
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

When I Call the SH_ADD_HOOK_MEMFUNC(IVoiceServer, SetClientListening, g_pVoiceServer,&g_EmtpyServerPlugin,&CEmptyServerPlugin::OnSetClientListening, false);

g_pVoiceServer is valid,...
Forum: Snippets and Tutorials 10-08-2008, 22:23
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

i verified its not null ...
and its appears good in :Load
Forum: Snippets and Tutorials 10-08-2008, 17:40
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

i actually have it
t[0]=4;
t[1]=4;
I call the function and step thru it until it does the sh_add_hook_memfunc
and it then crashs at the
SH_DECL_HOOK3(IVoiceServer, SetClientListening,...
Forum: Snippets and Tutorials 10-08-2008, 16:16
Replies: 24
Views: 10,255
Posted By BeetleFart
Re: Using SourceHook

I scrapped out the code from sdktools source that I have from somewhere.

I changed it a bit because I dont have a IPluginContext pointer (passing null to test but each use of it is checked).

...
Forum: Snippets and Tutorials 10-08-2008, 08:32
Replies: 24
Views: 10,255
Posted By BeetleFart
Using SourceHook

Ive seen some sourcecode I believe it was for sdktools...used for hooking into IVoiceServer.

Ive tried taking the source and hooking into the IVoiceServer myself In my plugin...but I cant get it...
Forum: Snippets and Tutorials 11-26-2007, 23:40
Replies: 36
Views: 13,497
Posted By BeetleFart
Re: [USEFUL SIGNATURES]

Playing around I was able to create a signature for
create entity by name
...
Forum: Snippets and Tutorials 11-26-2007, 15:17
Replies: 36
Views: 13,497
Posted By BeetleFart
Re: [USEFUL SIGNATURES]

I am trying to find signatures in TF2, and
looking at a linux objdump of the server so file
it shows some of the functions exist
like _Z18CreateEntityByNamePKci for createentitybyname
but the...
Forum: Metamod:Source Questions 05-10-2007, 19:09
Replies: 2
Views: 1,708
Posted By BeetleFart
Re: please help me for to find mode.

the bounty part is from matties event scripts...
there are many plugins that print stats when you die telling you who you killed and who killed you etc
Forum: Metamod:Source Plugins 05-10-2007, 08:28
Replies: 476
Views: 198,156
Posted By BeetleFart
Re: IRC Relay 0.83

I dont know if anyone else is doing it...But I have started adding it to Beetlesmod
Forum: Coding MM:S Plugins & SM Extensions 04-04-2007, 15:46
Replies: 11
Views: 5,080
Posted By BeetleFart
Re: ITempEntsSystem

Thanks L.Duke....Ill try to look thru it and piece it together for a better understanding.
Forum: Coding MM:S Plugins & SM Extensions 04-03-2007, 13:57
Replies: 11
Views: 5,080
Posted By BeetleFart
Re: ITempEntsSystem

is there anywhere that I can get the sig and any other sigsscanners that your will to be public?
Forum: Coding MM:S Plugins & SM Extensions 04-02-2007, 06:25
Replies: 11
Views: 5,080
Posted By BeetleFart
Re: ITempEntsSystem

which is less likely to break?
Forum: Coding MM:S Plugins & SM Extensions 04-01-2007, 15:50
Replies: 11
Views: 5,080
Posted By BeetleFart
Re: ITempEntsSystem

that works ...Thank you
Forum: Coding MM:S Plugins & SM Extensions 04-01-2007, 13:45
Replies: 11
Views: 5,080
Posted By BeetleFart
Re: ITempEntsSystem

How did you every resolve this?
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 04:52.


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