Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mbalee

Pages: 1 2 [3]
31
mIRC/pawn Scripting / Re: How To Use Rcon Commands In Mirc?
« on: September 03, 2007, 10:31:44 pm »
and this is mine:

  elseif ($2 == !jail) || ($2 == !pmjail) {
    if ($vcmp.cmdcheck(!jail,%id) == fail) !halt
    elseif (!$3) vcmp.msg %id Error - Missing Information, $2 <name> <reason>
    elseif (%a == -1) vcmp.msg %id Error - Invalid ID/Name
    else {
      vcmp.cmdsay $2 %id  $vcmp.name(%a) - Has been Jailed By Admin: %name $+ , Reason: $iif($4,$v1,None)
      vcmp.setlocation %a 388.669739 -509.847992 9.395614
      vcmp.setcont %a 0
    }

and unjail
:P:P:P:P:D:D

32
mIRC/pawn Scripting / Re: BASIC mIRC Tutorial
« on: August 13, 2007, 05:21:44 pm »
HI! I need the AutoProtection script! :) Please help me!!!

Pages: 1 2 [3]