Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ascan95

Pages: [1]
1
Modification Help / Re: Add-on help
« on: December 10, 2009, 10:26:25 PM »
wait, whats that mean?

2
Modification Help / Re: Add-on help
« on: December 08, 2009, 09:43:36 PM »
ok thanks, i am still on the packageing thing, and yes i saw that right after i posted lol.

3
Modification Help / Re: Add-on help
« on: December 07, 2009, 11:35:10 PM »
ok, im working on fixing all of that. but recently my blockland has been crashing constantly, after 3 or 4 hours, sometimes sooner. Could this be the cause? a broken add-on?

4
Modification Help / Re: Add-on help
« on: December 06, 2009, 09:02:35 PM »
Code: [Select]
//--- OBJECT WRITE BEGIN ---
new GuiControl(control) {
   profile = "GuiDefaultProfile";
   horizSizing = "right";
   vertSizing = "bottom";
   position = "0 0";
   extent = "640 480";
   minExtent = "8 2";
   visible = "1";

   new GuiWindowCtrl() {
      profile = "GuiWindowProfile";
      horizSizing = "right";
      vertSizing = "bottom";
      position = "110 27";
      extent = "153 95";
      minExtent = "8 2";
      visible = "1";
      text = "Killer";
      maxLength = "255";
      resizeWidth = "1";
      resizeHeight = "1";
      canMove = "1";
      canClose = "1";
      canMinimize = "1";
      canMaximize = "1";
      minSize = "50 50";
      closeCommand = "canvas.popdialog(control);";
   };
   new GuiBitmapButtonCtrl() {
      profile = "GuiDefaultProfile";
      horizSizing = "right";
      vertSizing = "bottom";
      position = "116 84";
      extent = "140 30";
      minExtent = "8 2";
      visible = "1";
      groupNum = "-1";
      buttonType = "PushButton";
      bitmap = "./client/ui/button1";
      lockAspectRatio = "0";
      alignLeft = "0";
      overflowImage = "0";
      mKeepCached = "0";
      mColor = "0 255 0 255";
   };
   new GuiMLTextCtrl() {
      profile = "GuiMLTextProfile";
      horizSizing = "right";
      vertSizing = "bottom";
      position = "177 91";
      extent = "19 14";
      minExtent = "8 2";
      visible = "1";
      lineSpacing = "2";
      allowColorChars = "0";
      maxChars = "-1";
      text = "Kill";
      maxBitmapHeight = "-1";
      selectable = "1";
   };
   new GuiEditCtrl() {
      profile = "LoadTextProfile";
      horizSizing = "right";
      vertSizing = "bottom";
      position = "122 54";
      extent = "125 30";
      minExtent = "8 2";
      visible = "1";
   };
   new GuiTextEditCtrl() {
      profile = "GuiTextEditProfile";
      horizSizing = "right";
      vertSizing = "bottom";
      position = "119 59";
      extent = "135 18";
      minExtent = "8 2";
      visible = "1";
      maxLength = "128";
      historySize = "0";
      password = "0";
      tabComplete = "0";
      sinkAllKeyEvents = "0";
   };
};
//--- OBJECT WRITE END ---

function pushtestgui(%Gui)
{
   %Gui = canvas.pushDialog(control);
}
here is the code for the gui...

5
Clan Discussion / Re: [ERP] Epic Role Players
« on: December 06, 2009, 04:01:03 PM »
well so far my crp is under 2k bricks

6
Modification Help / Re: Add-on help
« on: December 06, 2009, 12:13:26 PM »
1.
the gui is just a button and a textbox, you are suppose to type in the name and it kills that person.
2. i have no idea what you mean by command variable, im guessing its client?
3. i dont know how to open gui, thats part of the problem

7
Modification Help / Re: Add-on help
« on: December 06, 2009, 06:14:45 AM »
ok, ive looked and once i package this ill retest, but should this work?

exec("./control.gui");

Code: [Select]
exec("./control.gui");

function Kill(%client)
{
ServercmdSelf Delete(findclientbyname(%client));

}

tell me whats wrong, the gui is just a button and a textbox, you are suppose to type in the name and it kills that person.

8
Clan Discussion / [ERP] Epic Role Players
« on: December 06, 2009, 04:57:25 AM »
Our clan is a role playing clan, I am starting up so i will regularly update and try to make the clan symbol and try to update this page.
~Our current server name is Pedro's Epic City Rpg
~This sever has been having constant breakdowns for no apparent reason, but this is soon to be fixed.
~We have several features on the server, if you want more added I'll be sure to do so.
Our clan plays any RP

Maker:
Pedro - Eventer/Server Host - Prefers City/Town RPG's

9
Modification Help / Re: Add-on help
« on: December 06, 2009, 03:06:51 AM »
ok thanks, so once i package it will it show up on add-on list? or do i have to upload it to personal uploads on rtb then download to my blockland?

10
Modification Help / Re: Add-on help
« on: December 05, 2009, 09:02:22 PM »
oh, i got most of that, and im quite good at computers, but i dont know how to package. is there somewhere to help me with that?

11
Modification Help / Add-on help
« on: December 05, 2009, 03:47:52 PM »
I want to make a kill gui, or command. i made an add-on but it doesnt show up in the game or any add-on selection?

Pages: [1]