Author Topic: ► V12 Bugs  (Read 24593 times)



theres a glitch where when your hosting a server, and when it gets past the loading bar and is about to go to the loading objects bar, blockland just closes!
seems to be related to having too many prints enabled - Happens when starting Single player too - I'm having this problem too!

I've attatched a console.log

note that it is not specific to a certain specific print, i can replicate ti consistently with unique combinations of prrints where ach combination when i add 1 less print mod just works.
« Last Edit: September 29, 2009, 03:40:57 PM by alexanderpas »

When you use this event:

Code: [Select]
OnVehicleTouch-->Self-->FakeKillBrick 0 0 0 number
If you hit the evented bricks too fast, you just bounce off off the brick.

Also happens when I make the bricks OnPlayerTouch instead of OnVehicleTouch and use addVelocity to launch myself at the bricks at high speed.