diff --git a/plugins/include/fakemeta_stocks.inc b/plugins/include/fakemeta_stocks.inc index 84c81916..7dfc276d 100755 --- a/plugins/include/fakemeta_stocks.inc +++ b/plugins/include/fakemeta_stocks.inc @@ -262,11 +262,11 @@ stock DF_ClientUserInfoChanged(const IDPLAYER) stock DF_UpdateClientData(const ENTITY, sendweapons, const cd = 0) return dllfunc(DLLFunc_UpdateClientData, ENTITY, sendweapons, cd) -stock DF_AddToFullPack(state = 0, e, ENT, HOST, hostflags, player, set) - return dllfunc(state, e, ENT, HOST, hostflags, player, set) +stock DF_AddToFullPack(const STATE = 0, e, ENT, HOST, hostflags, player, set) + return dllfunc(DLLFunc_AddToFullPack, STATE, e, ENT, HOST, hostflags, player, set) stock DF_CmdStart(const PLAYER, const CMD = 0, randomSeed) - return dllfunc(PLAYER, CMD, randomSeed) + return dllfunc(DLLFunc_CmdStart, PLAYER, CMD, randomSeed) stock DF_CmdEnd(const PLAYER) - return dllfunc(PLAYER) + return dllfunc(DLLFunc_CmdEnd, PLAYER) stock DF_CreateBaseline(PLAYER, eIndex, baseline, playerModelIndex, Float:playerMins[3], Float:playerMaxs[3]) - return dllfunc(DLLFunc_CreateBaseline, PLAYER, eIndex, baseline, playerModelIndex, playerMins, playerMaxs) + return dllfunc(DLLFunc_CreateBaseline, PLAYER, eIndex, baseline, playerModelIndex, playerMins, playerMaxs)*/