I was picking apart a .js mod and I saw "clientMessage". When used, its more of an android system message that pops up on the screen rather than an in-game client message. Are there any alternatives to this script?
I was picking apart a .js mod and I saw "clientMessage". When used, its more of an android system message that pops up on the screen rather than an in-game client message. Are there any alternatives to this script?
It's a bug. clientMessage redirects to print. Zhouwei said this will be fixed in the next Blocklauncher.
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
Lol thanks, I don't know this I just use print for alot of time now :/
I need fixed all of these!
-.- This is very....
annoying..
Rollback Post to RevisionRollBack
What is love? Could I get one? Could I make one? Could I have one? Could I have it on my school?
Does it hurt? Does it have a pain? Does it nice? Does it feel happy? Does it make you better?
Maybe I can have one. Maybe I will get one. Maybe I can fell it. Maybe I can touched it.
All of I do is scripting to work on my program. Never be more than this.
I was picking apart a .js mod and I saw "clientMessage". When used, its more of an android system message that pops up on the screen rather than an in-game client message. Are there any alternatives to this script?
It's a bug. clientMessage redirects to print. Zhouwei said this will be fixed in the next Blocklauncher.
Thanks. I hope they fix that in the next update. Is there a global message script? I want it to say "Ride Shadowfax! Show us the meaning of haste!!!" every time I mount a mod or another player in the public chat.
Thanks. I hope they fix that in the next update. Is there a global message script? I want it to say "Ride Shadowfax! Show us the meaning of haste!!!" every time I mount a mod or another player in the public chat.
Well see, it is a "Client Message", so I do not expect that the message will be server side for everyone to see...
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
Guys... do u know of a way to send a clientMessage() to a whole server? Ik it can be done, cuz I saw someone with a client hack mod. Id like to make one myself
Plz?
Rollback Post to RevisionRollBack
Heard of an app called AppNana? It's an app that rewards you for installing games, testing apps, watching adds, with Google Play, Amazon, and iTunes gift cards, and more! And the app, is completely free!
An easy way of earning Nanas is to add other people's Invite Codes. Whenever you invite someone or get invited, you get 2.5k nanas!
My code is t3305123, pm me your codes so we can just keep gettin nanas for doing pretty much nothing at all!
Guys... do u know of a way to send a clientMessage() to a whole server? Ik it can be done, cuz I saw someone with a client hack mod. Id like to make one myself
Plz?
I'm pretty sure Server.sendChat("Your string here"); would work. Just a guess though, I've never actually used it.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Back to modding! Follow me on Twitter @byteandahalf
I need fixed all of these!
-.- This is very....
annoying..
Does it hurt? Does it have a pain? Does it nice? Does it feel happy? Does it make you better?
Maybe I can have one. Maybe I will get one. Maybe I can fell it. Maybe I can touched it.
All of I do is scripting to work on my program. Never be more than this.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumOn iOS, clientMessage prints to the chat, like the "You can only sleep at night" message of beds.
print() pops a dialog box.
Again, this is planned for the next version of BlockLauncher.
Thanks. I hope they fix that in the next update. Is there a global message script? I want it to say "Ride Shadowfax! Show us the meaning of haste!!!" every time I mount a mod or another player in the public chat.
Back to modding! Follow me on Twitter @byteandahalf
Plz?
I'm pretty sure Server.sendChat("Your string here"); would work. Just a guess though, I've never actually used it.