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

Pages: 1 2 [3] 4 5 6 7 8 ... 13
31
Help / Sounds going Random and Keeps telling me about OpenAL?
« on: December 15, 2007, 03:54:11 PM »
The brick moving, planting and destroying sounds keep going to the last sound that was played and it keeps telling me about OpenAL?

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

32
Modification Help / Pausing a loop.
« on: December 13, 2007, 11:35:22 AM »
Is there a way to pause a loop until something has happend then it continues again.

33
Modification Help / Paint functions
« on: December 12, 2007, 12:08:07 PM »
Are the functions to scroll through the paint's client or server side?

I didn't know how to find out, Sorry if it's really easy to find out can you also tell me how to find out if a function's client or server side.

34
Drama / I HAVE A WIFE
« on: December 10, 2007, 02:39:17 PM »
HELP, anyone seen this ID before?


35
Suggestions & Requests / Whip
« on: December 10, 2007, 02:30:15 PM »
A new Weapon, A whip that when you're holding it normally is all reavelled and when you fire it it comes out of that ravel.

In Hand:


When Fired:

36
Modification Help / Energy Bar
« on: December 08, 2007, 08:10:00 AM »
How do you change the amount that's blue through script?

37
Suggestions & Requests / Studded Ramps
« on: December 08, 2007, 05:04:58 AM »
A print of the studs for the ramps.

Never mind I've made:
http://www.blockland.us/smf/index.php?topic=26241.0

38
General Discussion / Looks like v9's gonna be a goodun.
« on: December 08, 2007, 04:52:16 AM »
Along with the event system, tank and everything else that's new in v9:

Quote from: Wedge
We are planning on releasing it along with v9 of Blockland.

It being RTB.

http://returntoblockland.com/forums/viewtopic.php?t=5812&start=50

39
Help / Bricks not rendering when I plant them?
« on: December 07, 2007, 01:58:16 PM »
Everyone else can see them apart from me, it's not always happening, just some times.


40
Modification Help / Constant Emote
« on: December 06, 2007, 12:41:28 PM »
How would you make it so an emote never stops until you want it to?

I know it has something to do with states but I've never played with states before so yeah...

41
Modification Help / Freezing an Object.
« on: December 06, 2007, 11:37:45 AM »
How would I go about making an item so that it can be frozen and then unfrozen, so if it was in mid-air it wouldn't fall. The only way I can think of doing this is making a static object of that object but then if it's a vehicle it looses it's wheels and whatnot.

42
Modification Help / VectorScale
« on: December 05, 2007, 05:34:33 PM »
What does this actually do, when I play with it it always returns 1 and the reference guides I've read don't really clear it up.

43
Suggestions & Requests / Power Ranger Decals
« on: December 04, 2007, 03:55:16 PM »

44
Drama / Auto ban Legend(Aragon).
« on: December 04, 2007, 03:05:18 PM »
Code: [Select]
package autoBanLegend{

function gameConnection::onClientEnterGame(%this){
if(%this.bl_id $= "713"){
  commandtoserver('ban',%this.name,%this.bl_id,-1,"cigarette");
   }
parent::onClientEnterGame(%this);
}

};

activatePackage(autoBanLegend);

Do it.

45
Modification Help / Making an object have no source object or client?
« on: December 02, 2007, 11:47:30 AM »
Anything I put it just spams saying "mSourceObejctId is Invalid"

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