Jump to content

Recommended Posts

Posted (edited)

Sysstring to change the letters on the button and to change the after message systemmsg.

Unless U mean the button appearance which I'm not sure :troll:

Edited by FrozenWarrior
Posted
7 hours ago, StinkyMadness said:

You have to make new class inside the interface.u

function OnShow()
{
    HideWindow("LoginFunctionWnd");
}

and add your own button with interface.xdat

http://prntscr.com/nxno2p

Ty for response. in which .uc file I must add that lines?

Posted
23 minutes ago, Gam3Master said:

Ty for response. in which .uc file I must add that lines?

You can create your own one.. 

Here its an exemple:

class LoginMenuWnd extends UICommonAPI;

function OnShow()
{
	HideWindow("LoginFunctionWnd");
}

function OnClickButton(string a_ButtonID)
{
	switch (a_ButtonID)
	{
		case "btnOption":
			onOption();
			break;
		case "btnCredit":
			SetUIState("CreditState");
			break;
		case "btnReplay":
			SetUIState("ReplaySelectState");
			break;
		default:
	}
}

function onOption()
{
	if (IsShowWindow("OptionWnd"))
	{
		PlayConsoleSound(IFST_WINDOW_CLOSE);
		HideWindow("OptionWnd");
	} 
	else 
	{
		PlayConsoleSound(IFST_WINDOW_OPEN);
		ShowWindowWithFocus("OptionWnd");
	}
}
defaultproperties
{
}

 

Posted
12 hours ago, StinkyMadness said:

You can create your own one.. 

Here its an exemple:


class LoginMenuWnd extends UICommonAPI;

function OnShow()
{
	HideWindow("LoginFunctionWnd");
}

function OnClickButton(string a_ButtonID)
{
	switch (a_ButtonID)
	{
		case "btnOption":
			onOption();
			break;
		case "btnCredit":
			SetUIState("CreditState");
			break;
		case "btnReplay":
			SetUIState("ReplaySelectState");
			break;
		default:
	}
}

function onOption()
{
	if (IsShowWindow("OptionWnd"))
	{
		PlayConsoleSound(IFST_WINDOW_CLOSE);
		HideWindow("OptionWnd");
	} 
	else 
	{
		PlayConsoleSound(IFST_WINDOW_OPEN);
		ShowWindowWithFocus("OptionWnd");
	}
}
defaultproperties
{
}

 

 

I created new class, wrote there your code and compiled. But no change.

Posted
27 minutes ago, StinkyMadness said:

if you don't want to add xdat side use the "HideWindow("LoginFunctionWnd");" inside another .uc that load on start client.

Solved.Thankyou.

 

Close the topic,

Guest
This topic is now closed to further replies.


  • Posts

    • Αν σε ενδιαφέρει ο κόσμος των κρυπτονομισμάτων και θέλεις να συζητάς, να μαθαίνεις, αλλά και να μοιράζεσαι γνώσεις με άλλους Έλληνες χρήστες, τότε σε προσκαλούμε στο νέο μας Telegram forum αποκλειστικά για την ελληνική crypto κοινότητα!   Συζητάμε για Bitcoin, altcoins, DeFi, trading, νέες τάσεις, NFTs, τεχνική ανάλυση και ό,τι άλλο αφορά τον κόσμο των crypto. Είτε είσαι αρχάριος είτε προχωρημένος, θα βρεις κάτι που σε ενδιαφέρει και μια παρέα που μιλάει τη γλώσσα σου – κυριολεκτικά!     Σύνδεσμος πρόσβασης:    https://t.me/investfuture_crypto_gr    ή   Scan QR Code:       Έλα να γίνουμε η πιο ενεργή ελληνική κοινότητα στο χώρο των crypto!
    • Αν σε ενδιαφέρει ο κόσμος των κρυπτονομισμάτων και θέλεις να συζητάς, να μαθαίνεις, αλλά και να μοιράζεσαι γνώσεις με άλλους Έλληνες χρήστες, τότε σε προσκαλούμε στο νέο μας Telegram forum αποκλειστικά για την ελληνική crypto κοινότητα!   Συζητάμε για Bitcoin, altcoins, DeFi, trading, νέες τάσεις, NFTs, τεχνική ανάλυση και ό,τι άλλο αφορά τον κόσμο των crypto. Είτε είσαι αρχάριος είτε προχωρημένος, θα βρεις κάτι που σε ενδιαφέρει και μια παρέα που μιλάει τη γλώσσα σου – κυριολεκτικά!     Σύνδεσμος πρόσβασης:    https://t.me/investfuture_crypto_gr    ή   Scan QR Code:       Έλα να γίνουμε η πιο ενεργή ελληνική κοινότητα στο χώρο των crypto!
    • ➡ Discount for your purchase: APRIL (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • ➡ Discount for your purchase: APRIL (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • Good luck with your g/o!
  • Topics

×
×
  • Create New...