mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 02:01:54 +00:00
Add this func
This commit is contained in:
@ -5739,5 +5739,11 @@ namespace codsrc
|
||||
{
|
||||
game::Scr_NotifyNum_Internal(game::SCRIPTINSTANCE_SERVER, entnum, classnum, stringValue, paramcount);
|
||||
}
|
||||
|
||||
// Restored
|
||||
unsigned int Scr_GetNumParam(game::scriptInstance_t inst)
|
||||
{
|
||||
return game::gScrVmPub[inst].outparamcount;
|
||||
}
|
||||
}
|
||||
#pragma warning(pop)
|
||||
|
@ -116,4 +116,5 @@ namespace codsrc
|
||||
unsigned int GetInternalVariableIndex(game::scriptInstance_t inst, unsigned int unsignedValue);
|
||||
const char* Scr_ReadData(game::scriptInstance_t inst, const char** pos, unsigned int count);
|
||||
void Scr_NotifyNum(int entnum, game::classNum_e classnum, unsigned int stringValue, unsigned int paramcount);
|
||||
unsigned int Scr_GetNumParam(game::scriptInstance_t inst);
|
||||
}
|
||||
|
Reference in New Issue
Block a user