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

Module esfx !!! New and first module for ESF!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tuty
Veteran Member
Join Date: Jul 2008
Location: UK
Old 04-17-2010 , 08:14   Module esfx !!! New and first module for ESF!
Reply With Quote #1

Hey, i made a module for esf, with 32 natives. But i can't compile it because i don't have the damn visual c++ 2005...

I post here the sourcecode, so guys, if you want, make a .dll and a .so one!
Thanks.

the Include file looks like that

PHP Code:
/* EsfX functions
*
* by tuty
*
* This file is provided as is (no warranties).
*/



///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////

#if defined _esfx_included
  #endinput
#endif
#define _esfx_included

#if AMXX_VERSION_NUM >= 175
 #pragma reqlib esfx
 #if !defined AMXMODX_NOAUTOLOAD
  #pragma loadlib esfx
 #endif
#else
 #pragma library esfx
#endif

///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////





/* Set a amount of KI to a specified player */
native esf_set_ki(indexki);


/* Set powerlevel to a player */
native esf_set_powerlevel(indexpl);


/* Get powerlevel from a player */
native esf_get_powerlevel(index);


/* Get actual powerlevel from a player */
native esf_get_acpl(index);


/* Set actual powerlevel to a player */
native esf_set_acpl(indexacpl);


/* Get player maxhealth */
native esf_get_maxhealth(index);


/* Set player speed */
native esf_set_speed(indexspeed);


/* Get player speed */
native esf_get_speed(index);


/* Set player swoopspeed */
native esf_set_swoopspeed(indexsspeed);


/* Get players swoopspeed */
native esf_get_swoopspeed(index);


/* Return if a player is flying */
native esf_get_fly(index);


/* Return if player has turbo activated */
native esf_get_turbo(index);


/* Return if a player is chargin' his power */
native esf_get_powerup(index);


/* Return if player is swooping */
native esf_get_swooping(index);


/* Return if player is charging an attack */
native esf_get_attackcharge(index);


/* Return if player is in advanced melee */
native esf_get_advancedmelee(index);


/* Return if player is blocking an attack */
native esf_get_block(index);


/*  Get if player has been thrown into wall or on ground */
native esf_get_wallground(index);


/* Get player deaths */
native esf_get_user_deaths(index);


/* Set maxhealth to a player */
native esf_set_maxhealth(indexhealth);


/* Get player class */
native esf_get_playerclass(index);


/* Set player frags  */
native esf_set_frags(indexfrags);


/* Get player KI */
native esf_get_ki(index);


/* Set model to a player */
native esf_set_model(index, const model[]);


/* Reset player model */
native esf_reset_model(index);


/* Set player ADPL */
native esf_set_adpl(indexadpl);


/* Get player ADPL */
native esf_get_adpl(index);


/* Set player hidden powerup */
native esf_set_hiddenpowerup(indexhpwp);


/* Check if player is in thrown away */
native esf_get_throw_away(index);


/* Check if player is in Throw*/
native esf_get_throw(index);


/* Check if player is performing a Beam Jump */
native esf_get_beamjump(index);


/* Check if player is in freefall like after jumping of ground */
native esf_get_freefall(index); 
Attached Files
File Type: zip esfx_sourcecode.zip (36.2 KB, 220 views)
File Type: dll esfx_amxx.dll (88.5 KB, 287 views)
File Type: inc esfx.inc (2.9 KB, 293 views)
__________________

Last edited by tuty; 04-17-2010 at 16:46.
tuty is offline
Send a message via ICQ to tuty Send a message via AIM to tuty
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 04-17-2010 , 09:42   Re: Module esfx !!! New and first module for ESF!
Reply With Quote #2

You shouldn't have bothered.
__________________
hleV is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-17-2010 , 14:48   Re: Module esfx !!! New and first module for ESF!
Reply With Quote #3

Still ESF players ??
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-17-2010 , 14:50   Re: Module esfx !!! New and first module for ESF!
Reply With Quote #4

Quote:
Originally Posted by hleV View Post
You shouldn't have bothered.
It's fine since it does that probably to learn and this way there is nothing wrong to do that.
__________________
Arkshine is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-17-2010 , 14:52   Re: Module esfx !!! New and first module for ESF!
Reply With Quote #5

Quote:
Originally Posted by ConnorMcLeod View Post
Still ESF players ??
Addon Stats v2 says 8 servers. Not dead yet.
__________________
Arkshine is offline
AntiBots
Veteran Member
Join Date: May 2008
Location: Brazil
Old 04-17-2010 , 16:15   Re: Module esfx !!! New and first module for ESF!
Reply With Quote #6

Windows

Then I Upload Linux


-->
Attached Files
File Type: dll esfx_amxx.dll (88.5 KB, 230 views)
__________________
AntiBots is offline
Send a message via ICQ to AntiBots Send a message via MSN to AntiBots Send a message via Skype™ to AntiBots
tuty
Veteran Member
Join Date: Jul 2008
Location: UK
Old 04-17-2010 , 16:24   Re: Module esfx !!! New and first module for ESF!
Reply With Quote #7

thank you
__________________
tuty is offline
Send a message via ICQ to tuty Send a message via AIM to tuty
Old 07-02-2010, 06:36
defg925
This message has been deleted by YamiKaitou. Reason: spambot
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 09:24.


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