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

Pages: 1 [2] 3 4
16
Modification Help / Brick collison
« on: May 27, 2009, 09:30:17 PM »
I'm making a decollisoner weapon and i was wondering, how do you change if the brick has a colliosn or not. Ithought it was .setcollidable = 0; or .collison = 0;

17
Modification Help / Creating Icons
« on: May 19, 2009, 09:49:33 PM »
I'm just wondering how most people create brick icons. I've heard so many ways but none of them turn out good. So i ask how do you create good brick icons.

18
Modification Help / Collision
« on: May 17, 2009, 12:56:52 PM »
I'm making my custom doors and i was wondering if anyone knew how to make custom collison in milkshape.

19
Modification Help / Door searches and Door BLBs
« on: May 14, 2009, 08:07:40 PM »
Can someone tell me how the door searches work and how the BLBs are set up? By reading the topic on busidos doors I realized I have some errors.

20
General Discussion / Fan Website
« on: May 12, 2009, 09:50:21 PM »
This is my website about blockland that holds add-Ons that can only be found there. It is not a perfect website but its about done. Just wanted to point this out the blockland community :D.
But i'm sure it is not a perfect website.
http://joeyblockland.netii.net/

21
Help / Loud sounds
« on: May 12, 2009, 04:57:00 PM »
Everyone knows those loud sounds that ruin your sound for the rest of the game. Is there a way to convert those loud sounds into normal quiet sounds?

22
Modification Help / Bricks in Milkshape
« on: May 11, 2009, 12:21:28 PM »
Can someone tell me how big a 1x1 brick is in Milkshape. Please tell me height and width.

23
Help / Text
« on: April 30, 2009, 10:52:41 PM »
It is possible to make your text change like changing it bold or italic. I know the color codes and the font codes. Is there any more?

24
Help / Small vehicle spawns
« on: April 28, 2009, 10:28:03 PM »
Can someone post the small vehicle spawns download link it got failed on rtb and i lost all my add-ons.
Not the scale spawns the 2x2 and 4x4 vehicle spawns.

25
Modification Help / Event: Settag
« on: April 28, 2009, 07:21:43 PM »
What this does it sets your clan prefix. This is my first script so i want to know if you can see any errors. It warks but i just want to know if there is any errors. Please note this is my first script.
Code: [Select]
registerOutputEvent(Player, "SetTag", "list NONE 1 ChatMessage 2 CenterPrint 3 BottomPrint 4\tint 1 9 3\tstring " @ $pref::server::maxChatLen / 2 SPC $pref::server::maxChatLen);
function player::setTag(%this, %arg0, %arg1, %arg2, %client)
{
if(!isObject(%this))
{
return;
}

%newInput = strReplace(%arg2, "%1", %client.clanprefix);

if(%newInput $= %arg2)
{
%newInput = %newInput @ %client.clanprefix = %newinput ;
}

%this.clanprefix(%newinput);

if(isObject(%client) && isObject(%this.client) && %this.client == %client)
{
if(%arg0 == 1)
{
centerPrint(%client, "", %arg1);
}

if(%arg0 == 2)
{
messageClient(%client, '', "\c2Your player Tag has been set to \c6'" @ %newInput @ "'");
}

if(%arg0 == 3)
{
centerPrint(%client, "\c2Your player Tag has been set to \c6'" @ %newInput @ "'", %arg1);
}

if(%arg0 == 4)
{
bottomPrint(%client, "\c2Your player Tag has been set to \c6'" @ %newInput @ "'", %arg1);

}
}
}

26
Help / Brick collison
« on: April 26, 2009, 10:32:54 PM »
Is this supposed to happen with bricks?

I'm colliding into the brick this happens with the ground too.
And i also have this problem, when i De-Admin someone it doesnt change the status in the player list

27
Help / Weird Servers
« on: April 15, 2009, 11:31:08 PM »
What is up with these servers. Everytime i hit join a game i see these.

28
Suggestions & Requests / 3 request
« on: March 19, 2009, 06:20:35 PM »
1. A Respawn bricks or clear physics cmd to prevent spam physics laying around
2. an AddEvent. I could use this in updates for evented computers.
3. A new Fake kill event it fake kills the brick and the suporting bricks

29
Modification Help / Few Questions
« on: March 19, 2009, 04:57:59 PM »
How do you make the model stay down? It won't stay down from when i switch from one tool to this one
How do you make it so the weapon does not do the animation
Thank you to who ever answers

30
Modification Help / Animation
« on: March 12, 2009, 05:11:37 PM »
Can someone plz make me a little turtorial on how to animate weapons in ms3d. I need people to stop telling me that my weapons dont work -_-

Pages: 1 [2] 3 4