Author Topic: Prevent TMBI from working in a specific Playertype  (Read 1105 times)

I have some mods that use the default brick inventory system and conflict with TMBI. Is there a way to override TMBI serverside?


no
It sort of works when TMBI is set to vanilla mode and when I override it via servercmdinstantusebrick(%client,%brickdatablock), but it still has some issues.

can commandtoserver('bsd'); be reversed as a servercmd? No, right?

can commandtoserver('bsd'); be reversed as a servercmd? No, right?
What?

PM me more details and I'll see what we can work out to fix your mod

PM me more details and I'll see what we can work out to have your mod, which already works with the default blockland client, run around my non-default mod that breaks several default client commands for my convenience.

This is what I read.

This is what I read.

I'm looking mostly to see if there are any issues in my TMBI vanilla mode.
So far it just seems that he didn't know about:

commandtoclient(%client, 'repurposekeybinds', 1);

I'm looking mostly to see if there are any issues in my TMBI vanilla mode.
So far it just seems that he didn't know about:

commandtoclient(%client, 'repurposekeybinds', 1);
This.