PHP Code:
//#CLIENTSIDE
function onCreated() {
this.signedin = false;
makeControls();
}
public function makeControls() {
new GuiShowImgCtrl(L_Background) {
image = "galdor_background-login.png";
extent = {getImgWidth("galdor_background-login.png"), getImgHeight("galdor_background-login.png")};
position = {0, 0};
visible = true;
}
}
I have never been good with using GuiShowImgCtrls and according to common script information this should work perfectly fine yet I see nada.