:text
wait 0
0AC8: 1@ = ALLOCATE_MEMORY_SIZE 300
0B35: samp 0@ = get_last_command_params
0AD4: 0@ = scan_string 0@ format "%s" 1@
0AF8: samp add_message_to_chat "your text: %s" color -1 1@
free_memory 1@
0B43: samp cmd_ret
When i use this /text hello for example prints in chat your text: and then empty nothing
But when i use %d for number works ok, what is the problem? thank you