Ссылка на Сообщение
#1
10.5.2010, 9:49
AFK-Manager
CODE
// AFK_SCRIPT------------------------
// It's running in a a circle.
// And says your mates, that you are afk or back.
//Insert this into your autoexec.cfg.
alias afk "afk_on"
alias afk_on "afkname;+left;cl_yawspeed 120;+forward;+lookdown;+moveleft;slot3;+attack; +jump;say For short time AFK!;alias afk afk_off"
alias afk_off "exec config.cfg;-forward;cl_yawspeed 210;-left;-lookdown;-moveleft;-attack; -jump;say J am Back!;alias afk afk_on"
alias "afkname" "name AFK!-this-is-a-script" // insert your name!
bind "." "afk"
// It's running in a a circle.
// And says your mates, that you are afk or back.
//Insert this into your autoexec.cfg.
alias afk "afk_on"
alias afk_on "afkname;+left;cl_yawspeed 120;+forward;+lookdown;+moveleft;slot3;+attack; +jump;say For short time AFK!;alias afk afk_off"
alias afk_off "exec config.cfg;-forward;cl_yawspeed 210;-left;-lookdown;-moveleft;-attack; -jump;say J am Back!;alias afk afk_on"
alias "afkname" "name AFK!-this-is-a-script" // insert your name!
bind "." "afk"