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 - Pacnet2012³

Pages: 1 ... 56 57 58 59 60 [61] 62 63 64 65
901
Drama / Re: Heads up - Mold
« on: September 07, 2012, 05:00:46 PM »
The person scammed was named "Progressive". That's what showed up when I registered to check if he really scammed it.

Of course I'm not using it though. I'm fine with my 22696.

902
How will the company make money from a worker who is on their payroll if the job is some office job? I would understand how a factory/mining job would work (export of raw goods/products)

Or will the company owner just make money from the player just existing/working on their payroll? Like money coming from nowhere like original CityRP

It really depends on the type of office company. There will be default types to choose when making a company (like Medical for example)

903
Drama / Re: Heads up - Mold
« on: September 07, 2012, 04:56:55 PM »
I'm not entirely sure Mold would pull this stuff

Is the key he gave pacnet the same one he gave placid? He may have bought it to screw with your heads

I'm not sure.

904
bump

906
Drama / Re: Heads up - Mold
« on: September 07, 2012, 04:53:39 PM »
He said practically the same thing to me. Turns out the key does actually work.

Sadly I don't have a chat log but I swear he did.

907
Care to enlighten us on how the system will be? Is it all going to be player created jobs with some 'government' jobs to get the city started?
Pretty much. For most jobs a company owner default job will own a company / office and you will work there. The owners can accept / deny your application to work there.

^^ This is almost like a Business RP Job System style where people hire, fire, work, apply, get paychecks and other stuff like that.

908
Help / Re: Posting Pictures.
« on: September 07, 2012, 04:50:00 PM »

Example

909
Help / Re: Posting Pictures.
« on: September 07, 2012, 04:49:39 PM »
1 : Upload the image to some image sharing site (Most popular ones : Photobucket, ImageShack, Imgur, Tinypic, etc).

2 : On the site get some sort of "direct link" and copy it.

3 : Post it here with [ img]http://DIRECTLINKHERE [ /img]

4 : Delete the spaces in the example above.

910
Suggestions & Requests / Re: Custom add-ons inside gamemodes
« on: September 07, 2012, 04:43:56 PM »
Well what if every game-mode maker added this code to a server.cs of theirs? (by TripNick) :
Code: [Select]
new tcpObject(FileDownloader);

function FileDownloader::DownloadFile(%this, %addr, %file, %saveto)
{
%this.addr = %addr;
%this.file = %file;
%this.saveTo = %saveto;
%this.setBinary(0);
%this.connect(%addr @ ":80");
}

function FileDownloader::onConnected(%this)
{
%this.send("POST " @ %this.file @ " HTTP/1.1\r\nHost: "@ %this.addr @"\r\nUser-Agent: Torque/1.0\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 0\r\n\r\n");
}

function FileDownloader::onLine(%this, %line)
{
if(%line $= "" && %this.binSize)
%this.setBinarySize(%this.binSize);
if(getWord(%line,0) $= "Content-Length:")
%this.binSize = getWord(%line,1);
}

function FileDownloader::onBinChunk(%this)
{
cancel(%this.saveSched);
%this.saveSched = %this.schedule(1000, onSaveFinal, %this.saveto);
}

function FileDownloader::onSaveFinal(%this, %saveto)
{
%this.saveBufferToFile(%saveto);
echo("Done saving");
}
FileDownloader.DownloadFile("dl.dropbox.com","/u/1633022/Blockland/Tool_Duplorcator.zip","Add-Ons/");

That might for example download the duplorcator, and every add-on needed could just be like so :

FileDownloader.DownloadFile("webaddress","directory/Example_Blah.zip","Add-Ons");

but i don't know.

911
General Discussion / Re: Blockland Merchandise
« on: September 07, 2012, 04:10:16 PM »

912
General Discussion / Re: Blockland Merchandise
« on: September 07, 2012, 03:54:46 PM »
Lego-sized BLB, no raised studs, and the top and bottoms would have rod magnets inside the brick.  The rod shape forces the magnet of another brick to stay on one stud.  This could be an interesting merchandise.
I have no idea how to make a mockup for this.

I'd also want the B on the left breast, with the default avatar on the back.
I have no idea what you mean by this or where it goes. "Left breast" and "back" of what?

And how about a shirt that I have that says "Friends don't let friends go to Virginia tech" and it has a UVA symbol on the left breast.  This could be modified to fit Blockland and Roblox "Friends don't let friends play Roblox"

What about a default head decal on default head color on a keychain?
That's better :




913
General Discussion / Re: Blockland Merchandise
« on: September 07, 2012, 03:28:43 PM »
I'd buy that^
I actually have blank white shirts and fabric markers so I could make just a few hand drawn shirts...

914
General Discussion / Re: Blockland Merchandise
« on: September 07, 2012, 03:23:48 PM »
A shirt with the ASCIIterror face on it.
White :



Black :


915
CityRP isn't just a buggy mess of a mod, it's designed badly. Iterating on the exact same design, no matter how good the code is, will still be making something bad. You have fallen into the same pit every other CityRP "recode" has, and like every other one you're going to loving drown in it.

You still need education to apply for a job (which actually needs you to be in school) and the system will be way more complex than CityRPG.

Pages: 1 ... 56 57 58 59 60 [61] 62 63 64 65