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 - Club559

Pages: 1 2 3 4 5 [6] 7 8 9 10
76
Forum Games / Puzzle World (Picture Adventure) (Stage 2!)
« on: November 13, 2009, 10:38:03 PM »
After you escaped the first room, you forgot all about your brother. You just now remember him, and wonder what challenge he's facing. Here's a hint for him: It's not very pleasent...


Select any move to use in your inventory.

77
In my server, I've seen a lot of people complain about losing old VCE. They also ask how to do ifAdmin and ifPlayerID and ifPlayerName etc. etc. with the new VCE. Well, it's simple.

I'm sure lots of you have tried VCE_ifVariable in the client section and tried doing something like "name == Blockhead1587" or "admin == 1". Well, it does not work. Do not attempt stupid stuff like that. To do these, you would have to go to VCE_ifValue in the "Self" or "Named Brick" section. If you would like to make a brick admin-only, put this inside of the ifValue section: <var:client:isAdmin> == 1, onVariableTrue > blahblah. If you would like to be a certain name, do <var:client:name> == (thenameyouwant), onVariableTrue > blahblah. You need to know all the basic client and player default variables in order to do this.

That's all there is to it.

78
Music / Song Request: Tommorow I'll
« on: October 23, 2009, 10:44:20 PM »
I'm wanting this song I downloaded from a youtube video.
It's called "Tommorow I'll (Robotnik's PINGAS Song)"

Download the full song

I need that converted to its proper format and shortened up with a good loop.

Thanks for your help.

79
Suggestions & Requests / Minigame setMusic Event
« on: August 06, 2009, 10:36:39 PM »
How the idea came:
So, one time I was wanting to make a portal minigame, but then I wanted some music. And I was gonna want the portal challenge to be big, and I wouldnt want to place a million music bricks. I thought up this idea.
Basically this event plays music for the whole minigame instead of making a million music bricks.
Im really hoping that a pro add-on maker will do this! I need it badly.

80
Drama / Truce - The Zone Abuser (Let This Topic Die)
« on: June 17, 2009, 08:06:49 PM »
Is your volume up a little loud to crank the tunes?
Do you have zone events?
Are there a lot of people in your server?
If so, DON'T TRUST TRUCE.
He made a zone brick which EXPLODED EVERYBODY'S ears in my server and lagged us all.
Thanks to him, all our ears are still hurting.
If you want to keep zone events safe, BAN TRUCE.

/ban Truce 2035 -1

Trust me, your server is in danger.

81
Drama / Big Brother = Admin Abuse
« on: June 12, 2009, 04:52:43 PM »
In my server, Big Brother was abusing events, de-admining my best friends, and even banning them. Here's a warning for you: eVal is critical, too. Big Brother knows how to eVal. His ID is 8294, I recommend typing this in your server:

/ban BigBrother 8294 -1

Either that, or just note yourself NOT to EVER give him admin at your server.

82
Modification Help / Client-Sided Weapon/Item/Tool Firing
« on: June 12, 2009, 03:31:08 PM »
I need either a command or function client-sided that makes your player fire the tool in their hand.

83
Modification Help / Client-Sided Player Joining
« on: May 25, 2009, 02:19:06 PM »
What is the function for this? I know the clientCmdChatMessage... but what is for the joining a game?

84
Modification Help / Detecting Prefs of Every Player on Blockland
« on: May 25, 2009, 02:09:42 PM »
I know a few scripts that involve this
How do I detect the prefs of any player who plays Blockland?

85
Help / Joining your OWN dedicated servers
« on: May 24, 2009, 07:47:15 AM »
How do I do this?

86
Modification Help / Help to All - Official Topic
« on: May 22, 2009, 11:22:34 PM »
Ok, so on this topic, post your questions or post an answer.
Make sure to quote the question just so we have more idea of who you're responding to!
Please ask a question or answer a question.
Answering is greatly appreciated!

My question: Is there a typemask for a vehicle? If there is, what is it?

87
Add-Ons / Fire Raycast From Eye Support
« on: May 22, 2009, 05:34:37 PM »
Fire Raycast From Eye Support
The next generation for shooting an invisible raycast from an eyepoint.

Description
Are you a scripter? Do any of your scripts involve something to happen to your player's targeted object? Well, this is the containerRaycast() function, but it's made easier and customized to fire it from the client's eyepoint! How to use:

Code: [Select]
%trgt=fireRaycastFromEye(client,range,typemask);
And here's an example of a kill-player script!

Code: [Select]
function serverCmdKillPlayer(%client)
{
%trgt=fireRaycastFromEye(%client,8,$Typemasks::PlayerObjectType);
if(isObject(%trgt))
{
%trgt.kill();
}
else
{
messageClient(%client,'',"You must be facing (and close to) a player in order to kill them.");
}
}

And make sure to copy + paste the Support_raycasts.cs from the zip into any add-on that uses this, and execute the support file using:

Code: [Select]
exec("./Support_raycasts.cs");
Or else the function won't work. Anyways, hope this helps you!

Download
Support_fireRaycastFromEye.zip (Last Updated: Fri May 22, 2009 2:29 pm)

Installation
Put Support_fireRaycastFromEye.zi p into the Add-Ons folder in your Blockland folder.

Click Here to view this file on the RTB Download Manager

88
Modification Help / Retreiving All the Words In a String
« on: May 14, 2009, 06:19:10 PM »
I have 3 questions.

1. How do I add something to a comma list?
2. How do I remove something from a comma list?
3. How do I read all the data inside a comma list?


EDIT: Forget the commas. I can do with spaces. But how do I retreive all the words that are in one string? I don't understand how the getWords() function works...

89
Modification Help / Setting a Brick's Owner
« on: May 13, 2009, 06:22:20 PM »
I tried changing the stackBL_ID value and the client value both but it didn't work. Either setting the brick's owner, forcing trust to someone (not an invitation), or somehow adding some player to a brick's allowed builders list if it's... possible.

90
Add-Ons / Cash Storages v3
« on: May 10, 2009, 04:45:07 PM »
Cash Storages v3
Just like a bank, but involves storages.

Description
Please note: Do not say I made this.

%90 of the credit goes to Clockturn for the banking system. I just did the editing and the new event.

HOW TO USE: There's a "cashStorage" event.
When you select that event, you'll see 2 textboxes and 1 list. The first box is the storage name. The list is the restriction list. The second box is the restriction input. Restriction input only needed for PlayerIDWithdraw and PlayerIDAccess. Note: the withdraw restrictions make it so only one person can withdraw from the storage. Also, the event filters spaces into underscores. Also, if you do two storages with the same storage name, they'll be linked which means if you withdraw money from one the other one will have money withdrawed, too.

So, as I said before, this was not made all by me. I used the banking system. %90 of the credit goes to Clockturn.

Anyways, enjoy V3!

Download
--Link removed due to switch of hosting site--
ClubMods_CashStorages.zip (Now using mediafire)

Installation
Put ClubMods_CashStorages.zip into the Add-Ons folder in your Blockland folder.

Required Add-On
This Add-On requires Script_CashmodII.zip in order to work, so make sure to download it too!

--Link removed due to switch of hosting site--
List of add-ons uploaded on mediafire by Club559

Pages: 1 2 3 4 5 [6] 7 8 9 10