Author Topic: How To Use Rcon Commands In Mirc?  (Read 3936 times)

0 Members and 1 Guest are viewing this topic.

Offline capitanazo

  • Street Thug
  • *
  • Posts: 36
  • Chilean vcmp Master!
    • View Profile
How To Use Rcon Commands In Mirc?
« on: September 01, 2007, 06:05:05 am »
Thanks mbalee for the help =D.

this is my command based on mbalee Command !jail

elseif ($2 == !mansion) || ($2 == !pmmansion) {
    if ($vcmp.cmdcheck(!mansion,%id) == fail) !halt
    else {
      vcmp.setlocation %a -378.6533 -544.6484 17.2831

    }
  }

bye =D
« Last Edit: September 04, 2007, 04:24:10 am by capitanazo »

Offline mbalee

  • Street Thug
  • *
  • Posts: 32
    • View Profile
    • Hungarian GTA Site
Re: How To Use Rcon Commands In Mirc?
« Reply #1 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

Offline GTA-Roloboy

  • Made Man
  • ***
  • Posts: 135
    • View Profile
Re: How To Use Rcon Commands In Mirc?
« Reply #2 on: September 03, 2007, 11:34:29 pm »
There are much better jail commands ;P