Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Dokumentacja AMX Mod X v. 11.5 Uzupełnionych funkcji: Sortowanie: Według modułów | Alfabetycznie
Szukaj funkcji:

3rdParty
Core
Cstrike
CSX
DoDX
Engine
ESF
Fakemeta
Fun
fun
GeoIP
HamSandwich
JSON
NS
nVault
REAPI
Regex
Sockets
Sql
SQLx
dbi
TFCX
TSFUN
TSX
tsx

esf.inc


#


/***********************************************

[ Corona-Bytes.NET ] EvolutionX Core Plugin

	© Corona - Bytes .NET coders :: [email protected]
	
		> 2005 Corona Bytes :: http://www.corona-bytes.net

***********************************************/

#if defined __EVOLUTION_CORE__
  #endinput
#endif
#define __EVOLUTION_CORE__

#pragma library EvolutionXCore

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 );

native setClientKI 				( Client, Ki );
native getClientKI 				( Client );

native setClientHP 				( Client, Health );
native getClientHP 				( Client );
native setClientMHP	 			( Client, MaximumHealth );
native getClientMHP 			( Client );

native setClientSPEED 			( Client, Speed );
native getClientSPEED 			( Client );
native setClientSWOOPSPEED 		( Client, SwoopSpeed );
native getClientSWOOPSPEED 		( Client );

native setClientPROTECT 		( Client, bool:Enable = true );
native getClientPROTECT 		( Client );

native setClientFROZEN 			( Client, bool:Enable = true );
native getClientFROZEN 			( Client );

native setClientGOD 			( Client, bool:Enable = true );
native getClientGOD 			( Client );

native getClientFLY 			( Client );

native setClientHiddenTURBO 	( Client, bool:Enable = true );
native getClientTURBO 			( Client );

native getClientBLOCK 			( Client );

native setClientHiddenPOWERUP 	( Client, bool:Enable = true );
native getClientPOWERUP 		( Client );

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 );

// kills a player without score/death msg
native silentClientKILL			( Client );

Pobierz plik esf.inc