Karuzo Posted January 23, 2014 Share Posted January 23, 2014 Hey Guys, so i saw a few server with a Chat at the right bottom for example. So i wanted to do that also But were do i have to change the positions ? Link to comment
Castillo Posted January 23, 2014 Share Posted January 23, 2014 You can't move the chat, you'll have to create your own chat system. Link to comment
Karuzo Posted January 23, 2014 Author Share Posted January 23, 2014 Oh ok. Didn't knew that. So i have to disable the chat first , right ? Just cancel the Event if the player is trying to type something ? Link to comment
Wei Posted January 23, 2014 Share Posted January 23, 2014 You can close chat like --client showChat(false) -- server showChat(player, false) and you must stop player if he is trying to chat addEventHandler("onPlayerChat", root, function() cancelEvent() end) Link to comment
Karuzo Posted January 23, 2014 Author Share Posted January 23, 2014 Ah ok now i understand . But what do i need also for a chatbox ? Link to comment
Wei Posted January 23, 2014 Share Posted January 23, 2014 you must use dxDraws or labels and onClientCharacter and/or onClientKey It's a bit hard to make your own chatbox... Link to comment
Karuzo Posted January 23, 2014 Author Share Posted January 23, 2014 Thank you, i know, but i will try something. It doesn't have to be beautiful, just a basic chatbox Link to comment
Castillo Posted January 23, 2014 Share Posted January 23, 2014 You could try this chat system: https://community.multitheftauto.com/in ... ls&id=6380 Link to comment
Karuzo Posted January 23, 2014 Author Share Posted January 23, 2014 Ah! Didn't saw that on the community. Thank you, gonna look how that all was created Link to comment
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