AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   adding a swoop speed for esf(ecx RC2) (https://forums.alliedmods.net/showthread.php?t=57240)

ChaosPriest 07-01-2007 05:55

adding a swoop speed for esf(ecx RC2)
 
1 Attachment(s)
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 :)

soden 07-01-2007 17:05

Re: adding a swoop speed for esf(ecx RC2)
 
keep in mind CP that there arent many esf players here.


All times are GMT -4. The time now is 10:01.

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