Heya
Iam trying to do a !rules comand witch it comes up a box with the rule LIST
I made the !rules command with the backround button but i need to add more buttons for the rule list and i cant get it working
Making it in : InsimDotNet , C#
Here`s my code
This code works fine but tried to add the 2nd button but failed ( frozen tried also)
Please help me with this guys !
--Regards Sture
Iam trying to do a !rules comand witch it comes up a box with the rule LIST
I made the !rules command with the backround button but i need to add more buttons for the rule list and i cant get it working
Making it in : InsimDotNet , C#
Here`s my code
case "!rules":
{
insim.Send(new IS_BTN
{
ReqI = 255,
UCID = MSO.UCID,
ClickID = 3,
BStyle = ButtonStyles.ISB_DARK | ButtonStyles.ISB_CLICK,
T = 30,
L = 45,
W = 100,
H = 120,
Text = "",
});
break;
}
This code works fine but tried to add the 2nd button but failed ( frozen tried also)
Please help me with this guys !
--Regards Sture