Author Topic: Zonebrick issue - They don't work  (Read 597 times)

So I made some zonebricks (4x4 cube) and placed them. Put two events, on vehicle enter zone, driver player, additem. Then I tested it with a speedkart, it worked!

I then saved and reloaded the build. Now it doesn't work. When I drive through it, it does nothing. Why could this be?
« Last Edit: January 12, 2014, 08:52:20 AM by Crispy_ »

Try replanting the bricks, maybe.

Try replanting the bricks, maybe.

I don't want to have to do that. This is for a gamemode.

The problem is a 4x4 cube is not a natural zone brick, add an event like
onminigamereset > self > setzone > (put nothing here)
the minigame will make it a zone brick for the events to work.

Even if the add-on was edited to make a 4x4 zone brick? Meh, I'll try it anyway.

um...

is it just me or is there no such thing as a 4x4 cube zonebrick?

um...

is it just me or is there no such thing as a 4x4 cube zonebrick?
I coded one in

I coded one in
That explains it.

Did you forget to have YourBrick::OnLoadPlant()?

That explains it.

Did you forget to have YourBrick::OnLoadPlant()?
do that

this is what i have


is there an error in there? im not very good at coding.

Post in the thread for the add-on.