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.
|
Guest Message by DevFuse
3rdParty
CSX
DoDX
Engine
ESF
Fakemeta
Fun
GeoIP
HamSandwich
JSON
NS
nVault
REAPI
Sockets
Sql
SQLx
TFCX
TSFUN
TSX
ammopacks
amxbans_core
amxbans_main
atac
basebuilder
celltrie
chr_engine
cod
codmod
colorchat
credits
csdm
dHUD
diablo_nowe
entlib
expmod
expmod_achievements
expmod_mission
expmod_shop
fvault
ggpro
gunxpmod
ncodmod
netdb
orpheu
orpheu_advanced
orpheu_const
orpheu_memory
orpheu_stocks
pokemod
roulette
StripWeapons
zmvip
zombie_plague_advance
zombieplague
zombieplaguenew1.3
Coreamxbans_core
amxbans_main
atac
basebuilder
celltrie
chr_engine
cod
codmod
colorchat
credits
csdm
dHUD
diablo_nowe
entlib
expmod
expmod_achievements
expmod_mission
expmod_shop
fvault
ggpro
gunxpmod
ncodmod
netdb
orpheu
orpheu_advanced
orpheu_const
orpheu_memory
orpheu_stocks
pokemod
roulette
StripWeapons
zmvip
zombie_plague_advance
zombieplague
zombieplaguenew1.3
amxconst
amxmisc
amxmodx
cellarray
chatcolor
core
datapack
file
float
hlsdk_const
lang
message_const
message_stocks
messages
newmenus
sorting
string
time
vault
vector
Cstrikeamxmisc
amxmodx
cellarray
chatcolor
core
datapack
file
float
hlsdk_const
lang
message_const
message_stocks
messages
newmenus
sorting
string
time
vault
vector
CSX
DoDX
Engine
ESF
Fakemeta
Fun
GeoIP
HamSandwich
JSON
NS
nVault
REAPI
cssdk_const
hlsdk_const
reapi
reapi_engine
reapi_engine_const
reapi_gamedll
reapi_rechecker
reapi_reunion
reapi_vtc
Regexhlsdk_const
reapi
reapi_engine
reapi_engine_const
reapi_gamedll
reapi_rechecker
reapi_reunion
reapi_vtc
Sockets
Sql
SQLx
TFCX
TSFUN
TSX
#if defined _reapi_vtc_included #endinput #endif #define _reapi_vtc_included /* * Checks whether the player is talking at the moment. * * @param index Client index * * @return true if client is speaking, false otherwise */ native bool:VTC_IsClientSpeaking(const index); /* * Mutes the player. * * @param index Client index * * @noreturn */ native VTC_MuteClient(const index); /* * Unmutes the player. * * @param index Client index * * @noreturn */ native VTC_UnmuteClient(const index); /* * Checks whether the player is muted at the moment. * * @param index Client index * * @return true if client is muted, false otherwise */ native bool:VTC_IsClientMuted(const index); /* * Play the audio file via the voice stream. * * @param receiver Receiver index * @param soundFilePath The path to the sound file * * @note Usage example: * VTC_PlaySound(id, "sound/ambience/Opera.wav"); * * @noreturn */ native VTC_PlaySound(const receiver, const soundFilePath[]); /* * Called when the player started talking. * * @param index Client index * * @noreturn */ forward VTC_OnClientStartSpeak(const index); /* * Called when the player stopped talking. * * @param index Client index * * @noreturn */ forward VTC_OnClientStopSpeak(const index);
Pobierz plik reapi_vtc.inc