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

adding a swoop speed for esf(ecx RC2)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ChaosPriest
Member
Join Date: May 2005
Old 07-01-2007 , 05:55   adding a swoop speed for esf(ecx RC2)
Reply With Quote #1

ok first of all ive been reading tutorials on scripting for only a week now.
i am trying to make a plugin that will increase the swooping speed for each level of character (higher transformation levels), so basically, after each transformation the character should be able to swoop (double tapped direction for faster flying) faster at higher levels. im pretty much stuck at this point.

#include <amxmodx>
#include <esf>

public plugin_init()
{
new CORE[ 1 ];
CORE[ 0 ] = Client;
register_plugin("SwoopChanger", "1.0", "ChaosPriest")
register_concmd("amx_swoop", "swoop", ADMIN_SLAY, "<target> <speed>")
set_task( 0.1, "amx_swoop", uniqueTaskID( Client, 100 ), CORE, 1, "b",1 )
return PLUGIN_CONTINUE
}

public amx_swoop()


i am not sure what to add in the public amx_swoop to alter the swooping speed. if anyone is familiar with this game or how to change this, please help me out.
thanks
Attached Files
File Type: sma Get Plugin or Get Source (new 2.sma - 708 views - 354 Bytes)
__________________

Last edited by ChaosPriest; 07-01-2007 at 17:48.
ChaosPriest is offline
soden
Junior Member
Join Date: Jun 2007
Old 07-01-2007 , 17:05   Re: adding a swoop speed for esf(ecx RC2)
Reply With Quote #2

keep in mind CP that there arent many esf players here.
soden 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:53.


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