Author Topic: [EVENT] Minigame » Team Text — COMPLETED  (Read 1120 times)

Suggestion completed!
Done.
http://www.mediafire.com/download/bssl971v1bsvm84/Event_SlayerTeamChatEvents.zip

Either put the team name in the first box, or leave it blank and select the team color.
I couldn't put a checkbox at the end of the bottomPrintTeam event because there's an argument limit of 4. So instead in the put box you can put TIME BOOLEAN.



Basically the CenterPrint, BottomPrint and ChatMsgAll events for slayer teams, with output parameter of team color.
« Last Edit: July 07, 2016, 04:38:27 PM by SWAT One »


Thanks again!

Actually, if you can make two events: one that signals by team color, and one that signals by team name, that would be even better.  (Ex: Messaging an entire team vs messaging an officer's team)

It's pretty much done. Why do you even want this? You can already do this using the Team(brick) and Team(client) targets that Slayer adds to pretty much every input event.

Is that default Slayer or a different mod?  Whatever I'm using, it only puts it on a few of my input events.

I'm trying to do this:
0.    0    onActivateSelfVCEifValue   "<var:cl:teamname>"    [==]<team_name_here>    "1 2"
1.    0    onVariableTrueMinigameteamPlaySound   <sound>
2.    0    onVariableTrueMinigameteamColorCenterPrint   [<color>]    <message><time_in_seconds>

Or alternatively for line 2:

2.    0    onVariableTrueMinigameteamNameCenterPrint   "<team_name>"    <message><time_in_seconds>



Basically a team alerter that only a leader or officer class can use to notify specific teams, whether it be to give commands or to signal a meeting, etc.

The Team Client and Team Brick targets don't appear after VCE events for me.  If I had bot and vehicle targets, I could do even more, but that's beside the point.  I just want an easier method to signal specific people.

And thanks for making this.  :)


Buuuump.

Any progress, or did you just stop?

Oh woops. Sorry. I forgot about this after I went on vacation. I'll finish it today.
« Last Edit: July 06, 2016, 08:06:23 AM by jes00 »

Done.
http://www.mediafire.com/download/bssl971v1bsvm84/Event_SlayerTeamChatEvents.zip

Either put the team name in the first box, or leave it blank and select the team color.
I couldn't put a checkbox at the end of the bottomPrintTeam event because there's an argument limit of 4. So instead in the put box you can put TIME BOOLEAN.