2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-01-13 23:28:07 +03:00

Update reapi_engine.inc

This commit is contained in:
h0mev 2024-07-20 04:22:38 +08:00
parent 14b3ef4b01
commit 8d0455c3de

View File

@ -294,6 +294,7 @@ native bool:rh_is_paused();
*
* @note rh_set_paused(true, true) just like set pausable to 1 and execute client command 'pause'
* @note rh_set_paused(true, false) only set g_psv.paused
* @note It's best not to use rh_set_paused(false, false), bad things will happen
*
* @noreturn
*/