mirror of
https://github.com/rehlds/reapi.git
synced 2024-12-28 07:35:31 +03:00
parent
fbe2788623
commit
d40a0fed1f
@ -171,12 +171,6 @@ enum EngineFunc
|
||||
*/
|
||||
RH_SV_ClientPrintf,
|
||||
|
||||
/*
|
||||
* Description: Called when a command is being sent to server.
|
||||
* Params: (const cmd[], source, id)
|
||||
*/
|
||||
RH_ExecuteServerStringCmd,
|
||||
|
||||
/*
|
||||
* Description: Called before adding an entity to the physents of a player.
|
||||
* Return type: bool
|
||||
@ -184,6 +178,12 @@ enum EngineFunc
|
||||
*/
|
||||
RH_SV_AllowPhysent,
|
||||
|
||||
/*
|
||||
* Description: Called when a command is being sent to server.
|
||||
* Params: (const cmd[], source, id)
|
||||
*/
|
||||
RH_ExecuteServerStringCmd,
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user