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.


Topics - Azjherben

Pages: 1 2 [3] 4 5
31
OnConnected with delay dosn't work.
How do have a function that turns on when a player spawns?

32
READ THIS POST BEFORE GIVING IRREVELANT AWNSERS. Then gave a good awnser.


Quote
script that creates a minigame

FOR ME




I think it could be like this:


Code: [Select]
new MinigameObject(gamez);
game.zBrickRespawnTime = 200;
gamez.Color = red;
etc.



But can someone give me an example of a serverCmd function that makes a minigame and sets it to default.



Template:


Code: [Select]
function serverCmdstartgame(%client)
{
echo("Command recived.");
if(%client.isAdmin $= true)
{
echo("Making minigame.");

//STUFF FOR MINIGAME GOES HERE

}
}

33
Are there other good programs?
Is there a tutoiral on it? If no, is it a easy program to learn?
Does it cost money?
Can I edit pre-existing maps with it?



Thank you.


Edit: Yes I did search stuff and read stickys. (there was olny one)

34
I am going to tri to connect to it from Blockland using a script.
If I can do it and get stuff back, I will proballi be able to use that basic idea to do something cool.
Because I can basicalli host something from home.
I'll get Blockland to connect to it.


It would just be instead of "Website.com:80" it would be "my ip here:4521"
If I can get it to work. I have alot of good ideas for making a cool addon system.

36
Modification Help / In thinks like Blockland chat.....
« on: June 30, 2009, 12:04:23 PM »
Is there like a function to send something to another IP?
Or send something to another BL_ID?
Or are these programs using their own webserver for everithing?


Unrelated question: How do I change the main menu? [or ani pre-existing menu]

37
Forum Games / Citybuild! Hevneskitch. [Feel like posting iet?]
« on: June 30, 2009, 12:44:21 AM »
Hevneskitch.
"The internet city"




This is a city build project.
I noticed none in this section, so I posted my own.
It is free and open to anyone, you don't have to be a great builder either.

Of course I will destroy the worst builds and will finish builds that go unfinished for a long time, or delete them. I am not getting any un-origional mods for this. Feel free to go there just to RP but that's on your own idea/word here.

I am working up to making a gui that will let you post [ingame too!] to my webserver [website].
For now; just post your name and what you want to build.
No spam builds, only one vechicle per person is allowed.
There is no actual brick limit in atm, but I 'say' keep it to 1k bricks max.

More rules can be found ingame. Near the spawns.
The uptime is over 90% and I'm in there when it's up. [Not 'technically deticated']


Also, no building roads without permission.
BTW, road names are true to the road. Meaning, you will be able to idenify a building by it's address.
EX: The Azjherben Ivo HQ is 1 Ivo Lane

There are street signs, and they are quite noticable.....





Server status:

38
Sai I have a gui window with a text box and a send button. [and a cancel button and a text contol]

Code:
Code: [Select]
//--- OBJECT WRITE BEGIN ---
new GuiControl(send) {
   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 = "171 228";
      extent = "170 145";
      minExtent = "8 2";
      visible = "1";
      maxLength = "255";
      resizeWidth = "1";
      resizeHeight = "1";
      canMove = "1";
      canClose = "1";
      canMinimize = "1";
      canMaximize = "1";
      minSize = "50 50";

      new GuiBitmapButtonCtrl() {
         profile = "GuiDefaultProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "18 101";
         extent = "68 30";
         minExtent = "8 2";
         visible = "1";
         text = "      Send";
         groupNum = "-1";
         buttonType = "PushButton";
         bitmap = "base/client/ui/button1";
         lockAspectRatio = "0";
         alignLeft = "0";
         overflowImage = "0";
         mKeepCached = "0";
         mColor = "255 255 255 255";
      };
      new GuiBitmapButtonCtrl() {
         profile = "GuiDefaultProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "92 101";
         extent = "68 30";
         minExtent = "8 2";
         visible = "1";
         text = "      Cancel";
         groupNum = "-1";
         buttonType = "PushButton";
         bitmap = "base/client/ui/button1";
         lockAspectRatio = "0";
         alignLeft = "0";
         overflowImage = "0";
         mKeepCached = "0";
         mColor = "255 255 255 255";
      };
      new GuiTextEditCtrl() {
         profile = "GuiTextEditProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "23 73";
         extent = "126 18";
         minExtent = "8 2";
         visible = "1";
         text = "Fill me please!";
         maxLength = "255";
         historySize = "0";
         password = "0";
         tabComplete = "0";
         sinkAllKeyEvents = "0";
      };
      new GuiTextCtrl() {
         profile = "GuiTextProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "23 49";
         extent = "50 18";
         minExtent = "8 2";
         visible = "1";
         text = "Command:";
         maxLength = "255";
      };
   };
};
//--- OBJECT WRITE END ---



I want to make it [lets sai for now] echo whats in the text box when iou [u,] press the send button.
How would I do this.


I can make stuff happen when I click a button.
I don't need ani help on that part.
I just need to know how to put what's in the text box into a var.

39
Modification Help / Adding things to the main menu.
« on: June 29, 2009, 11:32:19 PM »
I've made a gui before.
But how do I make one that adds a button to the main menu?

40
Modification Help / My first decent add-on!
« on: June 29, 2009, 10:31:41 PM »
Link:
http://rapidshare.com/files/250543040/Azjh_Client.rar.html


Not good enough for rtb or anithing, but ingame press 'm' and a little window pops up.
Press the button and it will displai the most current message from mi webserver.

ATM it's "Hello!".


[better section for this]
 

41
Modification Help / Function for closing a gui?
« on: June 29, 2009, 07:24:02 PM »
Close a gui.
Can I have the name of the function plvp?



[  I know opening one is pushgui(guihere); ]

42
Modification Help / getclientbyname?
« on: June 29, 2009, 12:24:11 PM »
To make me large I'd type:

getclientbyname(Azjherben).player.setplayerscale("15 15 15");


It does not work.
I am typing 'getclientbyname' wrong?

43
Drama / Is this really it?
« on: June 28, 2009, 09:58:57 PM »


Furrys are dress whom people animals as?
I was wondering.

44
I've posted some dumb question in General Discussion, what do you say (type)  to me.....


ABCD

45
General Discussion / What's what in blockland forums......
« on: June 28, 2009, 09:00:01 PM »
What do each of the emotes stand for?
I heard that cookie monster was for sarcasm.....the rest, and is that right?
 :cookieMonster:

Pages: 1 2 [3] 4 5