Author Topic: !time  (Read 4205 times)

0 Members and 1 Guest are viewing this topic.

Offline Jack_Bauer

  • Wiseguy
  • **
  • Posts: 58
  • GTA:MP Clan Revolution
    • View Profile
    • Battlefield Vice City
!time
« on: June 14, 2008, 06:38:45 pm »
Hello there,any chance of somebody giving their !time command? i think its something to do with vcmp.gethr and vcmp.getmin but i dont know :S



Offline Mattz

  • VC:MP Lead Tester
  • Made Man
  • *
  • Posts: 192
  • BK-201
    • View Profile
Re: !time
« Reply #1 on: June 14, 2008, 08:10:46 pm »
It depends on what alias you are using.

If your alias is:

Code: [Select]
alias vcmp.adminchat vcmp.command adminchat $1-
Use:
 
Code: [Select]
elseif ($2 == !time) vcmp.adminchat $vcmp.gethr($2) $+ : $+ $vcmp.getmin($2)
« Last Edit: June 15, 2008, 01:49:35 pm by Mattz »


Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
Re: !time
« Reply #2 on: June 15, 2008, 12:41:40 am »
Thank Mattz Nice

Offline Jack_Bauer

  • Wiseguy
  • **
  • Posts: 58
  • GTA:MP Clan Revolution
    • View Profile
    • Battlefield Vice City
Re: !time
« Reply #3 on: June 16, 2008, 05:58:07 am »
erm,nice mattz,but i meant,not the "game" time,like something similar to LW's where you get at least GMT time :P



quantumbeep

  • Guest
Re: !time
« Reply #4 on: June 16, 2008, 12:53:08 pm »
in mirc type /help $time

alias time {
  echo -a Current Time: $time(hh:mm TT)
}
« Last Edit: June 16, 2008, 01:00:39 pm by quantumbeep »

Offline Jack_Bauer

  • Wiseguy
  • **
  • Posts: 58
  • GTA:MP Clan Revolution
    • View Profile
    • Battlefield Vice City
Re: !time
« Reply #5 on: June 16, 2008, 06:08:55 pm »
erm that didnt work for me :S I typed /help $time and nothing happens :S



Offline Jack_Bauer

  • Wiseguy
  • **
  • Posts: 58
  • GTA:MP Clan Revolution
    • View Profile
    • Battlefield Vice City
Re: !time
« Reply #6 on: June 16, 2008, 07:14:01 pm »
ok,got it working