Vladislav Gnatovskyi Posted January 5, 2020 Posted January 5, 2020 Hi guys. How fix problem? file enable-clientside-cs.txt exists in RAGEMP folder. System.Private.CoreLib at System.Reflection.Emit.InternalAssemblyBuilder.get_Location() The invoked member is not supported in a dynamic assembly. The invoked member is not supported in a dynamic assembly. Client file using RAGE; namespace Simple.Client { public class AuthorizeEvent : Events.Script { public AuthorizeEvent() { Events.OnPlayerChat += OnPlayerChat; } private void OnPlayerChat(string text, Events.CancelEventArgs cancel) { Chat.Output("TestClient"); Chat.Output(text); } } }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now