This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

how to disable automatic reloading in cs guns?


Post New Thread Reply   
 
Thread Tools Display Modes
Voi
Veteran Member
Join Date: Sep 2006
Location: Gdansk, Poland
Old 10-19-2010 , 01:58   Re: how to disable automatic reloading in cs guns?
Reply With Quote #21

Well, as of this thread was forgotten many eons ago I shall now resurrect it!

Any progress ? ^^
__________________
Voi is offline
issen1
Member
Join Date: Jan 2010
Old 10-19-2010 , 03:38   Re: how to disable automatic reloading in cs guns?
Reply With Quote #22

Use the offsets by jim_yang and patch the game dll with orpheu. A good example is at the end of the first post: http://forums.alliedmods.net/showthread.php?t=116393
__________________
greets (:
issen1 is offline
Voi
Veteran Member
Join Date: Sep 2006
Location: Gdansk, Poland
Old 10-19-2010 , 04:00   Re: how to disable automatic reloading in cs guns?
Reply With Quote #23

Oh, sorry, that beats me complitely. Using orpheu is like learning how to script again from scratch. Code plz .
__________________
Voi is offline
issen1
Member
Join Date: Jan 2010
Old 10-19-2010 , 05:24   Re: how to disable automatic reloading in cs guns?
Reply With Quote #24

I tried to do it with memhack module, but CS freezes. :l
Code:
#include <amxmodx> #include <memhack> new PLUGIN[]  = "test" new AUTHOR[]  = "test" new VERSION[] = "1.337" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_clcmd("say /bla", "my_fw", ADMIN_KICK, "HIHIHIHIIHII") } public my_fw(plr) {     {         new data[6]         for (new i=0; i < 6; i++)             data[i] = memhack_get_char(0xD9F52+i)                 client_print(0, print_chat, "Values: %02.x %02.x %02.x %02.x %02.x %02.x", data[0], data[1], data[2], data[3], data[4], data[5])     }         {         new data[6] = {0x90,0x90,0x90,0x90,0x90,0x90}         for (new i=0; i < 6; i++)             memhack_set_char(0xD9F52+i, _, data[i])     }         {         new data[6]         for (new i=0; i < 6; i++)             data[i] = memhack_get_char(0xD9F52+i)                 client_print(0, print_chat, "Values: %02.x %02.x %02.x %02.x %02.x %02.x", data[0], data[1], data[2], data[3], data[4], data[5])     } }
__________________
greets (:

Last edited by issen1; 11-10-2018 at 05:20.
issen1 is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 10-19-2010 , 06:28   Re: how to disable automatic reloading in cs guns?
Reply With Quote #25

You better use Orpheu issen1. ^^

@Voi : you need for all weapons ? In other words, do you need something that can be customized or not ?
__________________

Last edited by Arkshine; 10-19-2010 at 08:53.
Arkshine is offline
Voi
Veteran Member
Join Date: Sep 2006
Location: Gdansk, Poland
Old 10-19-2010 , 09:02   Re: how to disable automatic reloading in cs guns?
Reply With Quote #26

All weapons.
__________________
Voi is offline
Voi
Veteran Member
Join Date: Sep 2006
Location: Gdansk, Poland
Old 01-14-2011 , 18:35   Re: how to disable automatic reloading in cs guns?
Reply With Quote #27

bump
__________________
Voi 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 12:47.


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