30.10.2017, 19:35
Quote:
When using const, it means that it cannot be modified. Besides that, when not setting a size for your string, its size becomes 46 in your case but a name can be up to 24 characters and ping can be a 3-digit or 4-digit number so it will be cut.
|
Код HTML:
fmt_str[46]
is this the right section where people can improve the script?