{$CLEO .cs}
{$USE CLEO+}
0000: NOP
while not SAMP.Available()
wait 400
end
0B34: samp register_client_command "test" to_label @test
while true
wait 0
end
:test
wait 0
0B35: samp 1@ = get_last_command_params
0AD4: 2@ = scan_string 1@ format "%d" 3@
0B3B: samp show_dialog id 46 caption "Test Dialog" text "you typed number: %d" button_1 "Close" button_2 "" style 0 3@
0B43: samp cmd_ret
Sorry for post spam but im trying to learn...
This open a dialog and say "you typed number: %d" without the number i tried to put 3@ after text still not working.
Is this possible at all or im wasting my time trying?