-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add natives about pause #324
base: master
Are you sure you want to change the base?
Conversation
The only problems are with your implementation because the To fix your code you need to declare even the missing virtual functions before |
@ShadowsAdi Thank you for your explanation, but i saw rehlds_interfaces_impl.cpp. Is implementation in the file? |
The "rehlds_interfaces.h" of this module must matches to the one of the ReHLDS's engine ShadowsAdi linked:
|
@StevenKal i know it, but rehlds/rehlds/rehlds_interfaces_impl.cpp must be the implementation of the virtual function, isn't it?
|
@s1lentq It's all working now, but I think |
Hi @jonathan-up, I don't get what the host parameter does in
What is the bad thing that can happen? Why such behaviour is allowed? |
@rtxa you can try paused as host true, and unpaused as host false |
In this way, you do not need to set
pausable
to 1 and then make client sendspause
command and finally setpausable
to 0