TextSplat help.

n00b1l1ty

Lєgєπd of Mysтicfаlcoи
Reaction score
46
Hello there. I'm using PitzerMike's TextSplat Library. This trigger affects only blue player. How can I use it for 12 players in one trigger.

Code:
Tally Deaths Copy
    Events
        Time - Every 1.00 seconds of game time
    Conditions
    Actions
        Custom script:   local integer text1 = 0
        Custom script:   call TextSplatDestroy(text1)
        Custom script:   if ( R2I(TimerGetRemaining(udg_ReviveTimers[2])) != 0 ) then
        Custom script:   set text1 = TextSplatCreateMono(I2S(R2I(TimerGetRemaining(udg_ReviveTimers[2]))), -5800, 6700, "Trebuchet", 12, TS_ALIGN_TOP(), TS_ALIGN_CENTER(), CreateColorInteger(255, 20, 20, 200))
        Custom script:   endif
 

quraji

zap
Reaction score
144
Well, it would help if you posted the function and it's parameters..

But, GetLocalPlayer() is an easy way to execute an action for every player, instead of looping. Such as:

JASS:
call DisplayTextToPlayer(GetLocalPlayer(), 0., 0., "Hey")

That's out of memory so I'm not sure if the parameters are correct. Just use GetLocalPlayer() as a player argument to do the action for all.
 

n00b1l1ty

Lєgєπd of Mysтicfаlcoи
Reaction score
46
Ahh sorry for insufficient information.

Code:
Tally Deaths Copy
    Events
        Time - Every 1.00 seconds of game time
    Conditions
    Actions
        Custom script:   local integer text1 = 0
        Custom script:   call TextSplatDestroy(text1)
        Custom script:   if ( R2I(TimerGetRemaining(udg_ReviveTimers[[COLOR="Red"]2[/COLOR]])) != 0 ) then
        Custom script:   set text1 = TextSplatCreateMono(I2S(R2I(TimerGetRemaining(udg_ReviveTimers[2]))), -5800, 6700, "Trebuchet", 12, TS_ALIGN_TOP(), TS_ALIGN_CENTER(), CreateColorInteger(255, 20, 20, 200))
        Custom script:   endif

The red number is the player number.
 

n00b1l1ty

Lєgєπd of Mysтicfаlcoи
Reaction score
46
I want to this trigger MUI (one trigger). Don't be confused with textsplat system.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top