Enargy, Posted March 10, 2015 Share Posted March 10, 2015 (edited) I bring something uncommon but very useful when sending messages to the server, for those who are tired of use the chatbox as message receiver. * Features arguments: message - string Message player - player thePlayer red - int colorRed green - int colorGreen blue - int colorBlue ms - int milliseconds Server-side syntax: bool outputMessageBar(message, player, red, green, blue, ms) client-side syntax: bool outputMessageBar(message, red, green, blue, ms) images: EXAMPLE: addEventHandler("onPlayerJoin", getRootElement(), function() exports.bar_messages:outputMessageBar(getPlayerName(source).." has entered.", getRootElement(), 255, 255, 0, 5000) end) * Version 1.0 -- Release of the resource. download: https://community.multitheftauto.com/in ... s&id=11138 Edited March 10, 2015 by Guest Link to comment
xXMADEXx Posted March 10, 2015 Share Posted March 10, 2015 Looks nice, but also looks a lot like mine... https://community.multitheftauto.com/in ... ls&id=7668 Link to comment
Enargy, Posted March 10, 2015 Author Share Posted March 10, 2015 Looks nice, but also looks a lot like mine...https://community.multitheftauto.com/in ... ls&id=7668 I dont think so. there're difference between the two. Link to comment
-|PG|-Sliver Posted March 16, 2015 Share Posted March 16, 2015 Really? http://prntscr.com/6hbfd9 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