-
Notifications
You must be signed in to change notification settings - Fork 122
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
'execClientCommand' script command #173
Comments
Up! |
@callofduty4x/dev I have added branch "iss173". Any help with |
as of now i can only think of "connect" and "bind" that needs to be blocked. what else could be harmful? i'm sure there is more .. opening it even through a blacklist seems dangerous to me currently. |
|
yeah i'm aware that's possible. we certainly won't put that out in the wild. |
Known fact, you can send string from server to client to be executed as console command using
setClientDvar
,openMenuNoMouse
(openMenu
), dvar and custom menu. But you have to add this custom menu to mod before use. So I think it'll be good to have such functionality without involving menu stuff.Pros:
Cons:
I can handle server part but not client. So if anybody is interesed, I can make other branch in server for you to be able to test.
The text was updated successfully, but these errors were encountered: