Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Addon]
- Script=KeepAlive
- Version=1.02
- Author=Rz_Ten1
- Desc=Keeps the program connected to the server. Handles unexpected disconnects. NOTE: Will reconnect even on user disconnects.
- For=SysReset
- Date=Jan 08 2003
- [script]
- n0=on *:CONNECT:{ echo -s 12SysReset KeepAlive v1.02 Plugin Running }
- n1=on *:LOAD:{ echo -s 12SysReset KeepAlive v1.02 Plugin Running }
- n2=on *:DISCONNECT:{
- n3= echo -a 4Disconnect notice: Disconnected from $iif($network,$network,$server) $+ . Attempting to reconnect in 30 seconds...
- n4= .timerkeepalive $+ $cid -o 1 30 /srecon $cid
- n5=}
- n6=alias srecon {
- n7= if ($1 != $null) {
- n8= /scid $1
- n9= if ($server == $null) /server
- n10= }
- n11=}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement