Wariable Posted January 17, 2016 Share Posted January 17, 2016 hello. im creating a c# application and i need to send a message from application to gta san andreas multi player chat box. can i do it? Link to comment Share on other sites More sharing options...
dJones176 Posted January 18, 2016 Share Posted January 18, 2016 I just logged in to answer your question.What you are trying to achieve is possible, and I have tried it myself.There used to be a C# Plugin called ShadowAPI2, which had this feature, but he removed it.I have a copy of it, you can download it from hereIf you want to send a message to the server, then use Chat.SendMessage() and if you want to send it to the Client only, i.e., only the player which is using your app can see, and wont be sent to server, then use Chat.AddMessage() If you need anymore help, please askAlso, unfortunately there is no documentation available for it Wariable 1 Link to comment Share on other sites More sharing options...
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