- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
FFs
Hi people, i need some help here.
I want to change the systemMessage who tells you how much time last on the TvT to finish for a screenMessage.
So here is the code:
TvTEvent.sysMsgToAllParticipants("TvT Event: " + (time / 60) + " minute(s) until the event is finished!");I must change to:
TvTEvent.scrMsgToAllParticipants("TvT Event: " + (time / 60) + " minute(s) until the event is finished!");But if i put scr the code is worng :S
So what i have to do?
3 answers to this question
Recommended Posts