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.


Topics - Soon To Be

Pages: 1 2 3 [4] 5 6 7 8
46
Music / Request : Mike Posner- Cooler then me
« on: March 09, 2011, 01:15:30 AM »
Requesting please.


Do appreciate.

47
Help / 2 Players 1 Key
« on: March 07, 2011, 12:08:17 AM »
Ive seen this before?

How do i do it?

48
General Discussion / City Rp Baseplate
« on: March 06, 2011, 06:59:48 PM »
Hey i am looking for someone with great building skills to help me restart my city rp once again..

I need someone who can build a nice beautiful city rp baseplate

They will be rewarded with admin status on my 24/7 Dedicated City rp.


[I have decided to try and get back into blockland and i thought the best way to do that would be to host my city rp again.]

49
Suggestions & Requests / Power Armor
« on: February 02, 2011, 05:41:42 AM »
Title says all

50
Suggestions & Requests / Sackboy Player Model
« on: December 09, 2010, 04:00:50 PM »
I believe this would be the ultimate building playermodel

Cause the sackboys and girls love to build.


On topic: Seriously this one might end up a bit high poly if made but i believe its a good idea

51
Help / My server keeps hosting LAN
« on: December 08, 2010, 01:23:54 PM »
i clicked dedicated  not dedicated lan

and my server only shows up in the LAN list not the online list..

52
Clan Discussion / Blockland Army Men
« on: November 26, 2010, 03:43:52 PM »



Hello everyone and welcome to my clan page :)

Description :

Ok let me sum it up for you basically this clan is for the people who favorited army men games (Not call of duty and battlefield) These people also must be natural visitors to my server.


Ranks:
(Not in ORDER)
Sargeant
Private
Tank Commander
Pilot (Does not Have a weapon class..)
Lieutenant
Corporal
[There is two other ranks that are not shown on here as for you secretly earn them]


Classes:
With every rank theres a class..

Rifleman
Heavy Machinegunner
Sniper
Heavy vehicle operator
Grenadier
Bazooka
RadioMan (Non combat)
Builder (Non combat)


Clan List (11/26/10)
Sarge - Naughty Bear <RifleMan>
Pilot - SpaceCop <Sniper>
Private - flo777 <Rifleman>

Now in order to join this clan you need to fill this out

Weapon Choice:
Weapon Class:
Code name:
Favorite Vehicle:
Team (Colors : Tan/Green/Blue):
Building Tactics on a scale of 1-10:
Why you believe you should be recruited.


Credits to darkstar for the clan picture.

53
Off Topic / 18 Year Olds And Cops
« on: August 12, 2010, 05:52:45 AM »
This guy claims to be 18 but he proved hes not in possibly the funniest way ever.



Watch!  :cookieMonster:



54
Modification Help / Sims 3 Crystal Hat Script
« on: August 06, 2010, 12:51:00 AM »
Ok heres the script im currently using

Code: [Select]
datablock ShapeBaseImageData(CrystalImage)
{
shapeFile = "./Crystal.dts";
emap = true;
mountPoint = $HeadSlot;
offset = "0 0.02 0.3";
eyeOffset = "0 0 0.4";
rotation = eulerToMatrix("0 0 0");
scale = "0.1 0.1 0.1";
doColorShift = false;
colorShiftColor = "50.000 50.000 50.000 255.000";
};

function serverCmdCrystal(%client)
{
%player = %client.player;

if(isObject(%player))
{
if(%player.getMountedImage($headslot) $= nametoID(CrystalImage))
{
%player.unmountImage(2);
%client.applyBodyParts();
%client.applyBodyColors();
}
else
{
%player.unmountImage(2);
%player.mountImage(CrystalImage,$headslot);

for(%i = 0;$hat[%i] !$= "";%i++)
{
%player.hideNode($hat[%i]);
%player.hideNode($accent[%i]);
}
}
}
}

Heres the model

http://www.mediafire.com/?v0v3e8k6i2ij2ov



Tell me whats wrong?

55
Modification Help / Above Head Script
« on: August 04, 2010, 02:05:56 AM »
Here i have a hat script for my up-coming mod but its not appearing above my head it keeps appearing in my chest :/


Heres script can someone point out problem?


Code: [Select]
datablock ShapeBaseImageData(CrystalImage)
{
shapeFile = "./Crystal.dts";
emap = true;
mountPoint = $HeadSlot;
offset = "0 0.02 0.3";
eyeOffset = "0 0 0.4";
rotation = eulerToMatrix("0 0 0");
scale = "0.1 5 5";
doColorShift = false;
colorShiftColor = "50.000 50.000 50.000 255.000";
};

function serverCmdCrystal(%client)
{
%player = %client.player;

if(isObject(%player))
{
if(%player.getMountedImage(2) $= nametoID(CrystalImage))
{
%player.unmountImage(2);
%client.applyBodyParts();
%client.applyBodyColors();
}
else
{
%player.unmountImage(2);
%player.mountImage(CrystalImage,2);

for(%i = 0;$hat[%i] !$= "";%i++)
{
%player.hideNode($hat[%i]);
%player.hideNode($accent[%i]);
}
}
}
}


56
Games / Lego Universe Key For Trade
« on: August 03, 2010, 07:18:52 PM »
Yes im going to trade it i used multiple emails and it turns out they all got excepted into the beta

I have 3 keys

1 is mine and the 2 are for trade.

So here i am any rare add-ons etc?
up for trade?

57
Modification Help / Can you use roblox scripts
« on: July 31, 2010, 04:36:00 PM »
Is it possible to port a script from roblox and use it on blockland?

58
Suggestions & Requests / Party Hats And Presents
« on: July 30, 2010, 05:14:13 PM »
A while back This christmas pack was made i was wondering if anyone has a port of it


http://forum.blockland.us/index.php?topic=92453.0



It contains party hats and presents

59
Modification Help / Is it Possible to
« on: July 28, 2010, 07:39:00 PM »
Is it possible to remove the clothes mod from pitfalls city rp script without actually ruining or breaking the script?

60
Help / Cant connect to my own dedicated server
« on: July 24, 2010, 01:58:34 PM »
I cant connect to my own dedicated server yet theres other players in it.
and i was able to connect to it earlier suddenly it stops working..?

Pages: 1 2 3 [4] 5 6 7 8