Quote:
Originally Posted by Rave_J
kk im working on this shopping system for my server ...
|
PHP Code:
//#CLIENTSIDE
function onCreated(){
destroy();
new GuiBitmapButtonCtrl ("Shopping-Menu") {
width = 160;
height = 80;
position = "10 10";
pressedbitmap = normalbitmap = "shopping_gui.png";
setbitmap("shopping_gui.png", 1);
}
}
function Shopping-Menu.onAction() {
player.chat = "I clicked it!";
}