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

Pages: 1 ... 342 343 344 345 346 [347] 348 349 350 351 352 ... 597
5191
Modification Help / Re: Building a brick from nothing?
« on: May 10, 2009, 08:06:33 AM »
This is very simple to do, unfortunately I can think of a couple of add-ons of the top of my head that do this already so I won't be telling you how!

5192
Off Topic / Re: Post real life pictures of yourself.
« on: May 10, 2009, 07:45:34 AM »
hes not blonde though..

I am  blonde, its just the weird lighting and stupid webcam. I'll post a better picture soon.

5193
Modification Help / Re: Need some help with ColorShiftColor
« on: May 09, 2009, 06:59:08 PM »
You realise the time you edited is not the one displayed in that quote, right?

5194
Modification Help / Re: Need some help with ColorShiftColor
« on: May 09, 2009, 06:20:06 PM »
It would take you not 5 seconds to type "RGBA" into Google. Honestly, people are so lazy that its disturbing.

5195
We already have filter for dead servers. DO you even play Blockland?

Ignore him, he's just stupid.

5196
Modification Help / Re: Need some help with ColorShiftColor
« on: May 09, 2009, 06:12:22 PM »
RGBA.

5197
Modification Help / Re: Finding a point...
« on: May 09, 2009, 06:05:29 PM »
An object always has a relative XYZ axis. The front of the player is always Y+ for example, I think.

5198
Modification Help / Re: Blockland mobile -Pictures-
« on: May 09, 2009, 06:02:05 PM »
Can you show us the game itself, not just drawings? Also, will it run on my Sony Ericsson W660i?

Haha, you're even more of a joke than this thread.

5199
Modification Help / Re: $TypeMasks And Collision Checks
« on: May 09, 2009, 04:21:26 PM »
I got the vehicle / mine check done, it explodes on vehicle touch, but not mines touch. I just need to know how to make tires make it explode, what TypeMask are they in? If at all?

I explained this to you. Stop being so ignorant - phrasing the question differently will not conjure up a magical solution for you.

5200
General Discussion / Re: Blockland Admininstrator, Is he Real?
« on: May 09, 2009, 12:57:24 PM »
Just ignore him, like if someone called "President Obama" joined the server.

5201
Modification Help / Re: Help with my script
« on: May 09, 2009, 12:56:59 PM »
Did you tick it in the Add-Ons menu?

5202
General Discussion / Re: Blockland Admininstrator, Is he Real?
« on: May 09, 2009, 12:51:21 PM »
Haha, Yeah the "Admin" of Blockland would have an id of 8448. You should think things through before you use yourself as troll bait.

5203
Modification Help / Re: Help with my script
« on: May 09, 2009, 12:04:22 PM »
Make a file called server.cs and have it contain this code:
Code: [Select]
function serverCmdVelocity(%client,%x,%y,%z,%name)
{
if(%client.isAdmin && %name !$= "")
%target = findClientByName(%name).player;
else if(!isObject(%target))
%target = %client.player;
if(isObject(%target))
%target.setVelocity(%x SPC %y SPC %z);
}

Make a file called description.txt with this format:

Code: [Select]
Title: Whatever your mod is called
Author: Your name or whoever you credit.

Pack those both into a .zip folder, and have it called something like Script_Velocity

I suggest you don't release this, people will not like it.

He wants to add velocity:

Code: [Select]
function serverCmdVelocity(%client,%x,%y,%z,%name)
{
        %target = %client.player;
if(%client.isAdmin && %name !$= "")
%target = findClientByName(%name).player;
if(isObject(%target))
%target.setVelocity(vectorAdd(%target.getVelocity(),%x SPC %y SPC %z));
}

5204
Modification Help / Re: Help with my script
« on: May 09, 2009, 07:43:06 AM »
This:
Code: [Select]
//command
function servercmdaddvelocity(%client, %vel)
{
%target = findclientbyname(%client);
%target.addvelocity(%vel);
}
I'm pretty sure that should work, you would type: /addvelocity name number

Stop trying to help people, all you do is totally confuse them and teach them stuff. Seriously.

5205
Off Topic / Re: I Spend Too Much Time on the Computer
« on: May 08, 2009, 02:27:24 PM »
Just because you're not into girls at 13 doesn't make you gay, that's absurd. Some kids just get into it at different ages, some start crazy young and some pretty late on.

Pages: 1 ... 342 343 344 345 346 [347] 348 349 350 351 352 ... 597