17 Dec 10, 11:17AM
@DES|V-Man: Thanks a lot for sharing this, its really nice :)
But I´ve got a problem, when trying to use add2conloop:
I put this rule in my autoexec.cfg:
its working well, but everytime I start/close the AC-Client, there is a new line appearing in my saved.cfg, like this:
So my saved.cfg would get with the time always bigger... I dont think its so good.
Does someone have any idea, how to resolve this problem?
Thanks
But I´ve got a problem, when trying to use add2conloop:
I put this rule in my autoexec.cfg:
[SELECT ALL] Code:
add2conloop [
if_conline_has "you fragged teammate" [sleep 2000 [voicecom sorry "Sorry"]] []
]
its working well, but everytime I start/close the AC-Client, there is a new line appearing in my saved.cfg, like this:
[SELECT ALL] Code:
alias "if_conline_list" [
if_conline_has "you fragged teammate" [sleep 2000 [voicecom sorry "Sorry"]] []
;
if_conline_has "you fragged teammate" [sleep 2000 [voicecom sorry "Sorry"]] []
;
if_conline_has "you fragged teammate" [sleep 2000 [voicecom sorry "Sorry"]] []
]
So my saved.cfg would get with the time always bigger... I dont think its so good.
Does someone have any idea, how to resolve this problem?
Thanks