Author Topic: My uber question forum  (Read 1453 times)

I currently have 2 questions.
--------------------------------------------------------------------
(1)
Mkay. So, how do I get all the folders of the Add-Ons folder and put them in a table, which I will then use in a for loop?

(If you play roblox, It'd be similar to workspace:GetChildren() for=1, #Children do)
- Thanks Truce and Kalphiter

(2)
I have a dedicated server I bought from some dude. Do I just run BL on it and call it good?

(3)
Wtf is wrong with this:
Code: [Select]
localclientconnection.player.giveDefaultEquipment();Error: Unable to find object: '' attempting to call function 'GiveDefaultEquiptment'
« Last Edit: June 10, 2010, 04:16:59 AM by Pew446 »

2.  I think it is possible, but if it is like from a paid server host (not actually owning the server), you may have a few problems (bandwidth, computer usage).  I'm not completely sure, and it varies by what kind of server.

My hoster is free, no, it's not a crap site like freewebs, he's just someone I know with a server. I have unlimited bandwidth and 20 Gigs of space.

My hoster is free, no, it's not a crap site like freewebs, he's just someone I know with a server. I have unlimited bandwidth and 20 Gigs of space.
What web site that you using, I really need that !! Please give me a host server link. I not mind pay using that server.

My hoster is free, no, it's not a crap site like freewebs, he's just someone I know with a server. I have unlimited bandwidth and 20 Gigs of space.
If you know him then try talking with him about it.

1.
Code: [Select]
%path = "add-ons/*.zip";
echo(findFirstFile(%path));
%files = getFileCount(%path);
for(%a = 0; %a < %files; %a++)
    echo(findNextFile(%path));
2. This user has no clue what the hell he's doing, a stupid-informed person from Roblox.

« Last Edit: June 07, 2010, 03:30:53 PM by Kalphiter »

Tom

Is it a windows server and does he have control of the shell?

Is it a windows server and does he have control of the shell?
Guess:
This user has no clue what the hell he's doing

Is it a windows server and does he have control of the shell?
It can run on linux too...  doesnt matter

It can run on linux too...  doesnt matter
It'll break because of an issue with TCP connections.

It'll break because of an issue with TCP connections.
oh right, is that why blocklands refusing to work for me now?

Code: [Select]
%path = "add-ons/*.zip";
echo(findFirstFile(%path));
%files = getFileCount(%path);
for(%a = 0; %a < %files; %a++)
    echo(findNextFile(%path));

Code: [Select]
for(%i = findFirstFile("Add-Ons/*.zip"); %i !$= ""; %i = findNextFile("Add-Ons/*.zip"))
echo(%i);

You can only run a blockland server for the if its an VPS. You can't host blockland off a website. (I wish you could)

Ok, just out of curiosity, could I have people connect to a port? Like www.mysite.com:28000?

Ok, just out of curiosity, could I have people connect to a port? Like www.mysite.com:28000?
Yea, That's possible.
Try a service like no-ip
It is possible, As long as your website and BL server are hosted on the same IP. (Or you want to buy a separate ip for you BL server)