amxmodx/plugins/include/esf.inc

70 lines
2.1 KiB
PHP
Raw Normal View History

2005-08-24 10:13:55 +04:00
/***********************************************
2005-08-24 10:13:55 +04:00
[ Corona-Bytes.NET ] EvolutionX Core Plugin
2005-08-24 10:13:55 +04:00
(c) Corona - Bytes .NET coders :: coders@corona-bytes.net
> 2005 Corona Bytes :: http://www.corona-bytes.net
2005-07-30 21:34:07 +04:00
2005-08-24 10:13:55 +04:00
***********************************************/
2005-07-30 21:34:07 +04:00
2005-08-24 10:13:55 +04:00
#if defined __EVOLUTION_CORE__
#endinput
#endif
#define __EVOLUTION_CORE__
2005-08-24 10:13:55 +04:00
#pragma library EvolutionXCore
2005-08-24 10:13:55 +04:00
native setClientPL ( Client, PowerLevel );
native getClientPL ( Client );
native setClientACPL ( Client, ActualPowerLevel );
native getClientACPL ( Client );
native setClientADPL ( Client, AfterDeathPowerLevel );
native getClientADPL ( Client );
native setClientSPL ( Client, PowerLevel );
native setClientPLtoADPL ( Client );
2005-08-24 10:13:55 +04:00
native setClientKI ( Client, Ki );
native getClientKI ( Client );
2005-08-24 10:13:55 +04:00
native setClientHP ( Client, Health );
native getClientHP ( Client );
native setClientMHP ( Client, MaximumHealth );
native getClientMHP ( Client );
2005-08-24 10:13:55 +04:00
native setClientSPEED ( Client, Speed );
native getClientSPEED ( Client );
native setClientSWOOPSPEED ( Client, SwoopSpeed );
native getClientSWOOPSPEED ( Client );
2005-08-24 10:13:55 +04:00
native setClientPROTECT ( Client, bool:Enable = true );
native getClientPROTECT ( Client );
2005-08-24 10:13:55 +04:00
native setClientFROZEN ( Client, bool:Enable = true );
native getClientFROZEN ( Client );
2005-08-24 10:13:55 +04:00
native setClientGOD ( Client, bool:Enable = true );
native getClientGOD ( Client );
2005-08-24 10:13:55 +04:00
native getClientFLY ( Client );
2005-08-24 10:13:55 +04:00
native setClientHiddenTURBO ( Client, bool:Enable = true );
native getClientTURBO ( Client );
2005-08-24 10:13:55 +04:00
native getClientBLOCK ( Client );
2005-08-24 10:13:55 +04:00
native setClientHiddenPOWERUP ( Client, bool:Enable = true );
native getClientPOWERUP ( Client );
2005-08-24 10:13:55 +04:00
native getClientSWOOPING ( Client );
native getClientATKSHOOT ( Client );
native getClientATKCHARGE ( Client );
native getClientMELEE ( Client );
native getClientTHROWAWAY ( Client );
native getClientTHROW ( Client );
native getClientWALLGND ( Client );
native getClientINFREEFALL ( Client );
native getClientBEAMJUMP ( Client );
2005-08-24 10:13:55 +04:00
// kills a player without score/death msg
native silentClientKILL ( Client );