Author Topic: Minigame output event doesn't work.  (Read 996 times)

I tied to make an event that looked like a chat message, What i did was
Code: [Select]
OnActivate - Minigame - ChatMsgAll - <color:FFFF00>%1:<color:FFFFFF>Guns upstairsThe minigame/chatmsgall has been broken for me for quite some time now, and yes i did have a minigame up and running.
Hopefully this gets fixed.

It also works on the client output.

you know,this happened to me a long time ago but now the ChatMsgAll and CenterPrintall works for me now. Idk how i got it to work.

first question i feal like asking, are you in a minigame? :D

first question i feal like asking, are you in a minigame? :D

Nope. He's in a potato farm.

I am in a minigame, on a Mac, i think it's just a problem with the game itself, unless I am doing something wrong with the minigame. And I am in a minigame.

try only default addons
make sure you're not in buildermode, as that removes you from the minigame

I have just created a minigame with no edits, and is buildermode like enable building? Because i have that checked.



What is %1?
%1 in event will replace the client's name where the %1 is. So OnActivate<Client<CenterPrint[Hello, %1] would come out as Hello, JPSC (if you clicked it).

Also, if you get it working, put the switch to FFFFFF before the :, as the : is white, right now it is yellow.

%1 in event will replace the client's name where the %1 is. So OnActivate<Client<CenterPrint[Hello, %1] would come out as Hello, JPSC (if you clicked it).

Also, if you get it working, put the switch to FFFFFF before the :, as the : is white, right now it is yellow.
Just a note, %1 does not work on the Centerprint, according to my tests.
Is it possible to make a brick tell everyone in a minigame that a player clicked it?

Just a note, %1 does not work on the Centerprint, according to my tests.
Is it possible to make a brick tell everyone in a minigame that a player clicked it?

Do you want the name of the person who clicked it to be in the chat message?

Do you want the name of the person who clicked it to be in the chat message?
Yeah.

Yeah.

Don't think you can, would be epic though.

I'd just make it say, "Someone ________", though.