mkfifo ddnet.fifo
, then set cl_input_fifo ddnet.fifo
then you can write to it like this for example: echo some_f1_command > ddnet.fifo
use whatever language you like, and send commands to fifo file
bind x echo testcmd0
and if my script read testcmd0 in log it sends all the delayed commands (edited)