Advertisement
illpastethat

Map create cornelius

Sep 8th, 2013
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.59 KB | None | 0 0
  1. on *:text:*.gmap:#Mcwall:{
  2.   if ($nick == Madserver) {
  3.   var %n $remove($1,:)
  4.     if ($($+(%,mc.,$nick,map),2) != true) {
  5.       onotice #Mcwall [Map request] %n has requested a map. Type !accept %n to proceed.
  6.     }
  7.     else {
  8.       msg $chan Sorry %n $+ , you have already created a map.
  9.     }
  10.   }
  11. }
  12. on *:text:!accept *:#Mcwall:{
  13.   if ($nick isop #Mcwall) {
  14.     set $+(%,mc.,$2,map) true
  15.     msg madserver newlvl $2 128 128 128 flat
  16.     msg $chan $nick has accepted $2 $+ 's map request.
  17.   }
  18.   else {
  19.     msg $chan Sorry $nick $+ , you must be an op to accept the map request.
  20.   }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement