How can move and shoot while defusing the bomb
I found the Counter-Strike 1.3 plugin, but in Counter-Strike 1.3, you can move while defusing the bomb, also you can shoot.
I already searched the forum ,but have not found how to allow move and shoot while defusing. Greatly appreciated it if you could help me. https://forums.alliedmods.net/showthread.php?p=1298986 |
Re: How can move and shoot while defusing the bomb
PHP Code:
But I didn't find how to enable the Primary attack while defusing the bomb I try this but not work:cry: PHP Code:
|
Re: How can move and shoot while defusing the bomb
I added some code to allow shoot while defusing the bomb.
PHP Code:
press the left button once to shoot only once Unable to control the right rate of fire:oops: Greatly appreciated it if you could help me. |
Re: How can move and shoot while defusing the bomb
Solved
PHP Code:
I want to know how to simulate it Does not mean I play Counter Stirke 1.3, I play Counter Stirke 1.6! Greatly appreciated it if you could help me. |
Re: How can move and shoot while defusing the bomb
Quote:
The hard-coding is 949 not 232. You are also trying to set a possible C++ color byte where an diff goes. Quote:
Code:
Do you mean the plugin Amxx 1.3? How does below code not crash? Quote:
|
Re: How can move and shoot while defusing the bomb
Or maybe
PHP Code:
|
Re: How can move and shoot while defusing the bomb
I sugfest use csx module or iceedr solution.
|
Re: How can move and shoot while defusing the bomb
Quote:
No-Steam = No support! Please buy CS 1.6 on Steam, update your server using SteamCMD, get AMXX 1.9 or 1.10, 1.8.2 will be discontinued soon, and use set_ent_data(id, "CBasePlayer", "m_bIsDefusing", false); I think that's the proper way to disable defusing. Or try iceedr solution, that may work as well. plugin_init is also done wrong, there's no need to return. Also, add register_plugin(PLUGIN, VERSION, AUTHOR) first before the if. For the BarTime event, try using register_message to hook it as pre and return PLUGIN_HANDLED. Anyway, you're not gonna get any future help if this method doesn't work, as long as you're not updating the server to latest HLDS build using SteamCMD. Only the latest version of HLDS with an updated server without the dproto module is supported here. |
Re: How can move and shoot while defusing the bomb
Quote:
I mean I just want to simulate the behavior of the Counter-Strike 1.3. You misunderstand:nono: |
| All times are GMT -4. The time now is 02:58. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.