AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Module Coding (https://forums.alliedmods.net/forumdisplay.php?f=9)
-   -   Module: Orpheu (v2.6.3) (https://forums.alliedmods.net/showthread.php?t=116393)

EXteRmiNaToR 01-22-2010 16:46

Re: Module: Orpheu2
 
Nice!:up:

Javivi 01-22-2010 16:52

Re: Module: Orpheu2
 
Buen trabajo boludo !

ConnorMcLeod 01-22-2010 20:27

Re: Module: Orpheu2
 
-clap- -clap-

Bravo !

KadiR 01-23-2010 10:22

Re: Module: Orpheu2
 
I would donate, if I would learn Pawn lol :|
Much scripter's and server owner like your plugins and modules, great work! :wink:

meTaLiCroSS 01-23-2010 14:09

Re: Module: Orpheu2
 
First, good job my boludo friend D-:

Someone can help me hooking SetAnimation func?

Arkshine 01-23-2010 14:40

Re: Module: Orpheu2
 
1 Attachment(s)
Here the signatures for windows and linux.
Overwrite the contents in configs/orpheu/.

Note: It probably won't work on non-steam server.

Fast example :

Code:
public plugin_precache() {     new OrpheuFunction:SetAnimation = OrpheuGetFunction( "SetAnimation", "CBasePlayer" );     OrpheuRegisterHook( SetAnimation, "OnSetAnimation" ); } public OnSetAnimation ( const player, const animation ) {     server_print( "Set animation %d %d", player, animation ) }

stupok 01-23-2010 15:06

Re: Module: Orpheu2
 
Joaquim, this is fantastic! I'm very impressed. :up:

joaquimandrade 01-23-2010 15:10

Re: Module: Orpheu2
 
Quote:

Originally Posted by stupok (Post 1064731)
Joaquim, this is fantastic! I'm very impressed. :up:

Thanks.

I inform that I will add virtual function hooking support soon. Like what exist in hamsandwich but for all kind of objects and not only entities. If anyone wants any feature please tell me.

fysiks 01-23-2010 15:27

Re: Module: Orpheu2
 
All I would want to to be able to block auto-rescopting and auto-reshouldering (the bazooka). I can still do this like I did before right, for the scope?

joaquimandrade 01-23-2010 15:30

Re: Module: Orpheu2
 
Quote:

Originally Posted by fysiks (Post 1064757)
All I would want to to be able to block auto-rescopting and auto-reshouldering (the bazooka). I can still do this like I did before right, for the scope?

Yes but you have to create files with the new format and recode with the new native names. If you want it to work for linux an windows you will need signature scanning. If you can't find them you can post here requesting them.


All times are GMT -4. The time now is 14:56.

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