Advertisement
kreton

Untitled

May 24th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. [Addon]
  2. Script=KeepAlive
  3. Version=1.02
  4. Author=Rz_Ten1
  5. Desc=Keeps the program connected to the server. Handles unexpected disconnects. NOTE: Will reconnect even on user disconnects.
  6. For=SysReset
  7. Date=Jan 08 2003
  8.  
  9. [script]
  10. n0=on *:CONNECT:{ echo -s 12SysReset KeepAlive v1.02 Plugin Running }
  11. n1=on *:LOAD:{ echo -s 12SysReset KeepAlive v1.02 Plugin Running }
  12. n2=on *:DISCONNECT:{
  13. n3= echo -a 4Disconnect notice: Disconnected from $iif($network,$network,$server) $+ . Attempting to reconnect in 30 seconds...
  14. n4= .timerkeepalive $+ $cid -o 1 30 /srecon $cid
  15. n5=}
  16. n6=alias srecon {
  17. n7= if ($1 != $null) {
  18. n8= /scid $1
  19. n9= if ($server == $null) /server
  20. n10= }
  21. n11=}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement