You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, some commands (the console command popping when pressing F12) have to be launch from host (since it's also server), and it doesn't allow a client admin to execute commands such as spawning items server wise.
Find a way to allow authorized clients to execute commands server side.
Possible solutions
Alain's suggestion :
you could mark a command as "run on server"
if the command parser on the client gets a command with that info, it sends the whole command string to the server
the server uses the same parser and actually executes the command
IamTeapot suggested to use a decorator (need more info)
The text was updated successfully, but these errors were encountered:
Summary
Currently, some commands (the console command popping when pressing F12) have to be launch from host (since it's also server), and it doesn't allow a client admin to execute commands such as spawning items server wise.
Find a way to allow authorized clients to execute commands server side.
Possible solutions
Alain's suggestion :
IamTeapot suggested to use a decorator (need more info)
The text was updated successfully, but these errors were encountered: