Implemented request amb237 - added ServerPrint to Fakemeta
This commit is contained in:
@@ -193,6 +193,8 @@ stock EF_GetInfoKeyBuffer(const ENTITY)
|
||||
return engfunc(EngFunc_GetInfoKeyBuffer, ENTITY);
|
||||
stock EF_ClientPrintf(const ENTITY, const printType, const MESSAGE[])
|
||||
return engfunc(EngFunc_ClientPrintf, ENTITY, printType, MESSAGE);
|
||||
stock EF_ServerPrint(const MESSAGE[])
|
||||
return engfunc(EngFunc_ServerPrint, MESSAGE);
|
||||
|
||||
// DLLFuncs
|
||||
stock DF_GameInit()
|
||||
|
Reference in New Issue
Block a user