mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 17:51:51 +00:00
Add this func
This commit is contained in:
@ -981,4 +981,9 @@ namespace game
|
||||
{
|
||||
return codsrc::Scr_ReadData(inst, pos, count);
|
||||
}
|
||||
|
||||
unsigned int Scr_GetNumParam(game::scriptInstance_t inst)
|
||||
{
|
||||
return codsrc::Scr_GetNumParam(inst);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user