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 ... 541 542 543 544 545 [546] 547 548 549 550 551 ... 727
8176
Help / Re: Is there a way to increase the Vehicles limit?
« on: April 21, 2013, 02:48:09 PM »
You cannot pass the limit because networking issues
You can manually create vehicles but they will not move properly in an internet/lan game

8177
Suggestions & Requests / Re: Shake explosion
« on: April 21, 2013, 02:47:02 PM »
There are explosions like LargeTest and SmallTest on my server that do shake the camera

But I have absolutely no idea what add-ons they come from, anyone know more?

8178
Help / Re: Bug Report: Constantly have to type webcom_postserver();
« on: April 21, 2013, 02:45:28 PM »
That means, turn on trace and wait 5 minutes for it to try to post and do nothing

8179
Help / Re: Bug Report: Constantly have to type webcom_postserver();
« on: April 21, 2013, 02:44:49 PM »
You seem to have not read the part where I said it's not posting to the master server.
You seem to have not read the part where you are supposed to trace when it is posting to master server

8180
Suggestions & Requests / Re: Chuck Norris Markov Chain Chat Bot
« on: April 21, 2013, 02:13:47 PM »
no...

8181
General Discussion / Re: GUI Ideas
« on: April 21, 2013, 02:12:49 PM »
UPDATE: Im learning to make GUI's pretty well. WRAPPERUP please finish your GUI tutorial series! It is a great tutorial, but it ends after 2 videos. :panda:
link

8182
Modification Help / Re: Making an object face a point (solved)
« on: April 21, 2013, 11:56:23 AM »

return 0 SPC (mACos(getWord(%vector,2)/vectorDist("0 0 0",%vector))*(180/$pi)+90)%360 SPC mATan(getWord(%vector,1),getWord(%vector,0))*(180/$pi);

What the hell are you doing there...

8183
Help / Re: RTB UPDATE
« on: April 21, 2013, 10:13:48 AM »
Go to your blockland folder
Delete System_returntoblockland.zip
Delete the other one with system_returntoblockland too

Download new rtb from http://returntoblockland.com/download.php?go

8184
Help / Re: Tutorials database
« on: April 21, 2013, 07:09:31 AM »

8185
Off Topic / Re: Domain Website Suggestions
« on: April 21, 2013, 05:33:21 AM »
Why would you use dropbox for hosting your website?

8186
Drama / Re: Badspot: - IM THE REAL BADSPOT!!!!!
« on: April 21, 2013, 05:25:57 AM »
REAL Name of Badspot is "Badspot" Not A "Badspot:"+ Badspot's BL_ID: 0 (Cause Creator).DON'T Give Admin People With BL_ID 40000 And Higher.
lmfao you're still as stupid as before
didn't that last ban cure you ?!

8187
Modification Help / Re: Making an object face a point
« on: April 21, 2013, 05:05:14 AM »
I had the same problem and solved it in this:
Code: [Select]
function createLaserBetweenPoints(%vec1, %vec2, %thickness, %color)
{
%diff = vectorsub(%vec1, %vec2);
%norm = vectornormalize(%diff);
%laser = new StaticShape()
{
datablock = LaserBeamShape;
scale = vectorlen(%diff) * 5 SPC %thickness SPC %thickness;
position = vectoradd(%vec2, vectorscale(%diff, 0.5));
rotation = vectornormalize(vectorcross("1 0 0", %norm)) SPC mradtodeg(macos(vectordot("1 0 0", %norm))) * -1;
};
%laser.setnodecolor("ALL", vectornormalize(%color) SPC 0.5);
return %laser;
}
remove the stuff that you don't need and it should work

8188
Help / Re: Bug Report: Constantly have to type webcom_postserver();
« on: April 21, 2013, 04:34:37 AM »
http://pastebin.com/SZSLS50a
You didn't trace the part where it was posting to master server
You traced the rtb authentication

8189
computer time would be 10 hours of just everyone browsing the forum, the last hour would just be normal.
fixed

8190
Suggestions & Requests / Re: Addon downloader in-game
« on: April 21, 2013, 04:15:03 AM »
It isn't the game server hosting the website -_-
It's the external code that is running the website and hosting the add-ons
You still have to get the server to upload the add-ons to your website which it can't

Pages: 1 ... 541 542 543 544 545 [546] 547 548 549 550 551 ... 727