Advertisement
Guest User

Untitled

a guest
Jul 13th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.31 KB | None | 0 0
  1. alias gstart {
  2.   var %1 = $1, %map = $2, %pass = $3, %passa = $4, %passb = $5, %admin $6
  3.   rcon %1
  4.   aset %1 max 10
  5.   aset %1 status search
  6.   aset %1 map $2
  7.   aset %1 pass $3
  8.   aset %1 passa $4
  9.   aset %1 passb $5
  10.   aset %1 started $date $time
  11.   aset %1 admin $6
  12.   aset %1 players $6
  13.   incini gatherbot/details.ini %1 gathers
  14.   inc %Today.Gathers
  15.   rconsend $data(%1).server sm_cvar sv_password %pass
  16.   rconsend $data(%1).server changelevel %map
  17.   aset %1 half start
  18.   mode %chn -N+m
  19.   .timer 1 1 .notice %chn $stlg(%1,Gather Is About to START! Prepare for -m)
  20.   .timer 1 3 .msg %chn $stlg(%1,%color2 $+ Gather Number %color3 $+ < $+ %color1 $+ $data(%1).gathers $+ %color3 $+ > $+ %color2 Has been Started By: $+ %color1 %admin $+ %color2 $+ , At: $+ %color1 $time)
  21.   .timer 1 4 .msg %chn $stlg(%1,Map: $+ $gclr(%1) %map $+ %color2 $+ $chr(44) Commands Are: $+ %color2 $&
  22.     $gclr(%1) $+ $data(%1).sign $+ %color2 $+ Add $+ $chr(44) $gclr(%1) $+ $data(%1).sign $+ %color2 $+ Remove $+ $chr(44) $gclr(%1) $+ $data(%1).sign $+ %color2 $+ Players)
  23.   .timer 1 6 .notice %chn $stl(Settings -m in 5 Seconds!)
  24.   .timer 1 11 mode %chn -m+N
  25.   writeini $access $acc($address($6,2)) lastgather $date $time
  26.   writeini $access $acc($address($6,2)) gathers $calc($acc($address($6,2)).gathers +1)
  27.   ;rcmd %1 admin_command admin_execall disconnect
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement