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

NoClip without flying


Post New Thread Reply   
 
Thread Tools Display Modes
DPT
Member
Join Date: Jun 2011
Old 08-20-2012 , 17:47   Re: NoClip without flying
Reply With Quote #11

pokemonmaster... use FL_ONGROUND to make the server think that the player is on the ground.. This will fix the accuracy problem when a player is shooting while he's in air
DPT is offline
pokemonmaster
princess milk
Join Date: Nov 2010
Location: Somewhere in this world
Old 08-20-2012 , 18:52   Re: NoClip without flying
Reply With Quote #12

Quote:
Originally Posted by DPT View Post
pokemonmaster... use FL_ONGROUND to make the server think that the player is on the ground.. This will fix the accuracy problem when a player is shooting while he's in air
Just last question, can you show me an example please?

EDIT:
Well, I tried my self this code (I made it my self), but it didn't work.
Code:
#include <amxmodx> #include <hamsandwich> #include <fakemeta> #define PLUGIN "In-Jump accelerate shot" #define VERSION "1.0" #define AUTHOR "Khalid" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     RegisterHam(Ham_Player_Jump, "player", "user_jump", 0) } public user_jump(id) {     new flags = pev(id, pev_flags)     if(!(flags & FL_ONGROUND))         set_pev(id, pev_flags, (flags & FL_ONGROUND))         return HAM_SUPERCEDE }
__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه
No longer active in AMXX. Sorry.

Last edited by pokemonmaster; 08-20-2012 at 23:15. Reason: Added plugin
pokemonmaster is offline
DPT
Member
Join Date: Jun 2011
Old 08-22-2012 , 12:53   Re: NoClip without flying
Reply With Quote #13

pokemon, check this link http://forums.alliedmods.net/showthread.php?t=80972
DPT is offline
pokemonmaster
princess milk
Join Date: Nov 2010
Location: Somewhere in this world
Old 08-23-2012 , 23:27   Re: NoClip without flying
Reply With Quote #14

Quote:
Originally Posted by DPT View Post
I've even tested the plugin by conner, it still didn't work.
EDIT: I was afraid that a plugin was interfearing with the connor's plugin, I disabled all plugins, left only connor's plugin running, I joined my server, gave my self noclip, I was then sure that it was not working ... there was no accurency at all!
__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه
No longer active in AMXX. Sorry.

Last edited by pokemonmaster; 08-23-2012 at 23:47.
pokemonmaster 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 06:00.


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