Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special Symbols missing #12

Closed
OverTook opened this issue Jul 7, 2018 · 2 comments
Closed

Special Symbols missing #12

OverTook opened this issue Jul 7, 2018 · 2 comments

Comments

@OverTook
Copy link

OverTook commented Jul 7, 2018

$a = 1111;
$b = 2222;
$c = 3333;
$d = 4444;
EasyForms::sendForm($player, new class("Test", "Test for me.\n\n" . 
        "Your Name : " . $a . "-" . $b . "-" . $c . "-" . $d . "\n\n" . 
        "If right Click [Y], or [N].\nSry for my bad eng.", "y", "n") extends ModalForm{
              public function onSubmit(Player $player, $response) : void{
                     if(!$response){
                        $player->sendMessage("§8[ §7§lAlert §r§8] §rThx.");
                        return;
                     }
                     $player->sendMessage("§8[ §7§lAlert §r§8] §rThx2"); 
              }
});

I expected the following.

Test for me.

Your Name : 1111-2222-3333-4444

If right Click [Y], or [N].
Sry for my bad eng.

But this is what we actually received.

Test for me.

Your Name

If right Click Y, or N.
Sry for my bad eng.

Where did the following characters disappear?

[ ] : -

sorry for my bad eng 👍

@Frago9876543210
Copy link
Owner

Maybe client side bug

@Frago9876543210
Copy link
Owner

Works for me
default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants