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 Stars Demand for Telegram gifts continues to grow! On September 10, 32 Plush Pepe were purchased for a total of $559,350. The average price was $15,526 each. More than 1% of the total supply was sold in just one day. Don’t miss the chance to profit from the new trend! Buy Telegram Stars profitably with our bot: Go Relevant links: Digital goods store (Website): Go Telegram bot for buying Telegram Stars: Go SMM Panel: Go – promotion of your accounts in social networks. Telegram shop bot: Go We want to present you with the current list of promotions and special offers for purchasing our service’s products: 1. Promo code SEPTEMBER2025 (10% discount) for purchases in our store (Website, bot) in September! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10-20% discount, just write your username after registering on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." – you need to post it in our forum thread! 3. Get $1 for your first trial run of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our bot for purchasing stars! Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅ News resources: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅
    • Telegram Stars Demand for Telegram gifts continues to grow! On September 10, 32 Plush Pepe were purchased for a total of $559,350. The average price was $15,526 each. More than 1% of the total supply was sold in just one day. Don’t miss the chance to profit from the new trend! Buy Telegram Stars profitably with our bot: Go Relevant links: Digital goods store (Website): Go Telegram bot for buying Telegram Stars: Go SMM Panel: Go – promotion of your accounts in social networks. Telegram shop bot: Go We want to present you with the current list of promotions and special offers for purchasing our service’s products: 1. Promo code SEPTEMBER2025 (10% discount) for purchases in our store (Website, bot) in September! You can also use the promo code for your first purchase: SOCNET (15% discount) 2. Get $1 to your store balance or a 10-20% discount, just write your username after registering on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." – you need to post it in our forum thread! 3. Get $1 for your first trial run of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our bot for purchasing stars! Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅ News resources: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock