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() { } }
//#CLIENTSIDE function onCreated() { new GuiBitmapCtrl("ChatButton") { profile = GuiDefaultProfile; bitmap = "gui-button.png"; height = 57; width = 63; x = 27; y = 171; } function ChatButton.onMouseDown() { } }