Raised This Month: $ Target: $400
 0% 

HideNseek XP Mod Ability: Faster Running


Post New Thread Reply   
 
Thread Tools Display Modes
NiQu
Veteran Member
Join Date: Nov 2009
Old 06-11-2010 , 06:29   Re: HideNseek XP Mod Ability: Faster Running
Reply With Quote #11

I bet exolent doesnt even know when it comes.

Soem people already have v0.0.4 and i can tell ya these v0.0.3 abilities are not compatible with v0.0.4.
__________________
My Projects
  • RoTAPI V0.0.1 ------- Private
    • Progress - [||||||||||]
  • CashMod V0.0.6 ----- Public
    • Progress - [||||||||||]
  • CashMod V0.0.7 ----- Public
    • Progress - [||||||||||]
NiQu is offline
wariorman
Senior Member
Join Date: Mar 2008
Old 06-11-2010 , 17:19   Re: HideNseek XP Mod Ability: Faster Running
Reply With Quote #12

I can test later if these is compatible with v.0.0.4
wariorman is offline
TandborsteN
Member
Join Date: Sep 2008
Old 06-12-2010 , 15:45   Re: HideNseek XP Mod Ability: Faster Running
Reply With Quote #13

I got v0.0.4, but since it's not uploaded at AM, im adding v0.0.3 "addons".
__________________
TANDBORSTEN!
TandborsteN is offline
NiQu
Veteran Member
Join Date: Nov 2009
Old 06-13-2010 , 17:16   Re: HideNseek XP Mod Ability: Faster Running
Reply With Quote #14

@wariorman, exolent has alraedy stated that v0.0.3 "addons" are not compatible with v0.0.4.
__________________
My Projects
  • RoTAPI V0.0.1 ------- Private
    • Progress - [||||||||||]
  • CashMod V0.0.6 ----- Public
    • Progress - [||||||||||]
  • CashMod V0.0.7 ----- Public
    • Progress - [||||||||||]
NiQu is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-02-2010 , 08:57   Re: HideNseek XP Mod Ability: Faster Running
Reply With Quote #15

You should change the method where you set the speed.

Something like, feel free to adapt to your style/code :

Code:
new const Ham:Ham_Player_ResetMaxSpeed = Ham_Item_PreFrame; public plugin_init() {     RegisterHam( Ham_Player_ResetMaxSpeed, "player", "CPlayer_ResetMaxSpeed", 1 ); } public CPlayer_ResetMaxSpeed( const player ) {     if( is_user_alive( player ) && get_user_maxspeed( player ) != 1 )     {         //     } }

Forward is called only when the speed needs to be reset. You need also to check if not equal to 1, to not set the speed while the freezetime.


Anyway, it can't be approved. Reason :

Quote:
Originally Posted by Exolent[jNr] View Post
This plugin won't be compatible with my v0.0.4.
Also, v0.0.3 is only in beta so you shouldn't be writing addons for it yet.

When I release a stable version, you can start writing addons.
__________________

Last edited by Arkshine; 11-02-2010 at 10:26.
Arkshine is offline
TandborsteN
Member
Join Date: Sep 2008
Old 11-03-2010 , 04:44   Re: HideNseek XP Mod Ability: Faster Running
Reply With Quote #16

Quote:
Originally Posted by Arkshine View Post
You should change the method where you set the speed.

Something like, feel free to adapt to your style/code :

Code:
new const Ham:Ham_Player_ResetMaxSpeed = Ham_Item_PreFrame;

public plugin_init() { RegisterHam( Ham_Player_ResetMaxSpeed, "player", "CPlayer_ResetMaxSpeed", 1 );
} public CPlayer_ResetMaxSpeed( const player ) { if( is_user_alive( player ) && get_user_maxspeed( player ) != 1 ) { // } }



Forward is called only when the speed needs to be reset. You need also to check if not equal to 1, to not set the speed while the freezetime.


Anyway, it can't be approved. Reason :
Well, since im not rly a supporter of the hns abilitys so won't i fix it since it works.
And i hope the v0.0.4 comes soon cuz i want to make some awsome abilitys to upload, got some really crazy ideas for abilitys.
__________________
TANDBORSTEN!
TandborsteN 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 17:23.


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