View Single Post
  #1  
Old 09-17-2016, 06:32 PM
itsCyber itsCyber is offline
A sexy Scotsman
itsCyber's Avatar
Join Date: Sep 2016
Location: Somewhere in Sunny Scotland
Posts: 11
itsCyber is on a distinguished road
Need help with something simple.

So I know this may sound silly but how would I make the player chat bar come up when pressing the "ChatButton"
NPC Code:
//#CLIENTSIDE
function onCreated() {
new GuiBitmapCtrl("ChatButton") {
profile = GuiDefaultProfile;
bitmap = "gui-button.png";
height = 57;
width = 63;
x = 27;
y = 171;
}
function ChatButton.onMouseDown() {

}
}

__________________
Graalians are friends. Not Food
~FindingStefan
Reply With Quote