CrosRoad95 Posted November 8, 2016 Share Posted November 8, 2016 be awesome if have been added function like modifyOutputChatBox(string tag,string newContent) e.g: outputChatBox("Something [myTag]in tag[/myTag] Something") // on chat looks like: Something in tag Something modifyOutputChatBox("myTag","new content") // on chat looks like: Something new content Something and exited message will be updated. for client and server will be awasome Link to comment
Captain Cody Posted November 8, 2016 Share Posted November 8, 2016 This can be done through scripting. Link to comment
Bonsai Posted November 8, 2016 Share Posted November 8, 2016 On 08/11/2016 at 20:32, CodyL said: This can be done through scripting. Expand You can edit your messages after you sent them? I don't think so. Link to comment
RizoN Posted November 9, 2016 Share Posted November 9, 2016 On 08/11/2016 at 23:00, Bonsai said: You can edit your messages after you sent them? I don't think so. Expand He probably means that a custom chatbox system could be developed. Link to comment
Captain Cody Posted November 9, 2016 Share Posted November 9, 2016 Oh I did not realize that is what meant. But yeah as RizoN said you could create a custom chat box. As for the default chat box it actually could be possible by replicating all of the recent outputs, clearing the chat, then reentering them with your new message. Link to comment
MTA Team botder Posted November 9, 2016 MTA Team Share Posted November 9, 2016 On 09/11/2016 at 01:12, CodyL said: Oh I did not realize that is what meant. But yeah as RizoN said you could create a custom chat box. As for the default chat box it actually could be possible by replicating all of the recent outputs, clearing the chat, then reentering them with your new message. Expand The chat box doesn't work like that. To accomplish your suggestion we would have to assign an unique message id for every chat message. You could use the id to receive, edit and delete a chat message. Feel free to submit a ticket in the bugtracker. Link to comment
Recommended Posts