[,
],
'
, \.
And how display symbol
;in hudtxt command
edited 2×, last 05.06.21 11:35:15 am
[,
],
'
, \.
;in hudtxt command
bind "[" "!say '['"
addhook("say","hee")
function hee(id,txt)
if (txt == "!say '['") then
-- bring the action
end
end
;or should I prohibit it?