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

Pages: 1 ... 180 181 182 183 184 [185] 186 187 188 189 190 ... 727
2761
But he's right

None of the wallpaper dumps on imgur are usable for example as all images look like stuff on close inspection

2762
Modification Help / Re: Brick Name Box : Child GUI Objects
« on: May 04, 2015, 07:39:29 AM »
Just use the gui editor ...?


2763
Suggestions & Requests / Re: Brick count list
« on: May 04, 2015, 07:31:45 AM »
Do you want it client or server sided?

Should it work on the currently loaded build or on any save file? Maybe select a base plate and see details only for the stack on top of it?

2764
Help / Re: How do I add health?
« on: May 03, 2015, 05:27:27 PM »
And no, I am not posting the console log.

Well noone wants to help you either then

2766
It's already possible, just not through eventing.
Well maybe someone should create the events then

2767
General Discussion / Re: vce is making me mad.
« on: May 02, 2015, 03:02:04 PM »
You need to use ifValue for <var:cl:stuff>.

Otherwise, it will check if the brick has a custom variable called "<var:cl:stuff>" set. It doesn't, so nothing happens.

2768
The default /getid command looks like this:

Code: serverCmdGetID (26 lines)
function serverCmdGetID(%client)
{
    if(!%client.isAdmin)
        return;

    %player = %client.getControlObject();

    %start = %player.getEyePoint();
    %eyeVec = %player.getEyeVector();
    %vector = VectorScale(%eyeVec, 100);
    %end = VectorAdd(%start, %vector);

    %mask = $TypeMasks::PlayerObjectType | $TypeMasks::StaticShapeObjectType | $TypeMasks::StaticObjectType | $TypeMasks::FxBrickAlwaysObjectType | $TypeMasks::VehicleObjectType;
    %scanTarg = containerRayCast(%start, %end, %mask, %player);

    if(%scanTarg)
    {
        %pos = posFromRaycast(%scanTarg);
        %vec = VectorSub(%pos, %start);
        %dist = VectorLen(%vec);

        %scanObj = getWord(%scanTarg, 0);

        messageClient(%client, '', "objectid = " @ %scanObj @ "  classname = " @ %scanObj.getClassName(); @ " distance = " @ %dist);
    }
}


2769
Off Topic / Re: How do you pronounce Imgur?
« on: May 01, 2015, 09:52:17 AM »
'image'
it's really really not that hard to not be dumb
except it's not image ur, it clearly says im gur

2770
Off Topic / Re: How do you pronounce Imgur?
« on: May 01, 2015, 09:38:27 AM »
do you call the [img] tag an "ihmgh" tag
Of course, I'm pretty sure if you write [image] it doesn't work

2771
Off Topic / Re: How do you pronounce Imgur?
« on: May 01, 2015, 09:33:29 AM »

So? This is just as made up as any other explanation.

em-age-or
it's not that hard guys
Please explain where the "age" part comes from

2772
Off Topic / Re: How do you pronounce Imgur?
« on: May 01, 2015, 08:27:16 AM »
Imager what the forget
why would you say it any other way
you people disgust me
Because "imgur" isn't pronounced "imager"

please explain where the "a" comes from

2773
Hosting servers. Otherwise, I can't see a reason why they'd be bad.
I dunno, I could host servers fine. It only changes if I restart the router or click the button.

2774
Not that dynamic IPs are necessarily better..
Why wouldn't they be better?

2775
Can someone explain to me what is up with people going "omg i has your ip" when I can click one button and change it

Do they still live somewhere in the past where dynamic IPs weren't a thing or what

Pages: 1 ... 180 181 182 183 184 [185] 186 187 188 189 190 ... 727