Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Jack_Bauer on June 14, 2008, 06:38:45 pm

Title: !time
Post by: Jack_Bauer 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
Title: Re: !time
Post by: Mattz 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)
Title: Re: !time
Post by: TanaX01 on June 15, 2008, 12:41:40 am
Thank Mattz Nice
Title: Re: !time
Post by: Jack_Bauer 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
Title: Re: !time
Post by: quantumbeep on June 16, 2008, 12:53:08 pm
in mirc type /help $time

alias time {
  echo -a Current Time: $time(hh:mm TT)
}
Title: Re: !time
Post by: Jack_Bauer on June 16, 2008, 06:08:55 pm
erm that didnt work for me :S I typed /help $time and nothing happens :S
Title: Re: !time
Post by: Jack_Bauer on June 16, 2008, 07:14:01 pm
ok,got it working