i try to make a send string cmd
0B34: samp register_client_command "say" to_label @TEST
:TEST
SAMP.IsCommandTyped(0@)
if
0AD4: 4@ = scan_string 0@ format "%s" 2@v //IF and SET
then
0AF9: samp say_msg "Say %s" 2@v
end
samp.CmdRet()
but in the game
i try /say 1234567890
the result:
"90" Disappeared
Why?
0B34: samp register_client_command "say" to_label @TEST
:TEST
SAMP.IsCommandTyped(0@)
if
0AD4: 4@ = scan_string 0@ format "%s" 2@v //IF and SET
then
0AF9: samp say_msg "Say %s" 2@v
end
samp.CmdRet()
but in the game
i try /say 1234567890
the result:
"90" Disappeared
Why?