• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Messages - Tommis

#46
General Discussion / Re: w00t! it works!
June 12, 2007, 08:40:59 PM
Congrats, you win that umm...Award? =P
#47
Public Beta / Re: Publicbeta (0.3z)
June 12, 2007, 08:40:24 PM
Hey,

Either way, im sure you will like it. I am looking forward to this event! :P

Cya,
Tommis
#48
Script Showroom / Re: Computer Information Script
June 12, 2007, 06:11:46 PM
Hey,

Its not really useless, you can use this script for many others things.. =p (Atleast the dll and the alias)

Cya,
Tommis
#49
Script Showroom / Computer Information Script
June 12, 2007, 06:56:44 AM
Hey,

Lets make this the first script to show off, yea! Even though the dll was not made by me..hm.

Alias Code -


alias vcmp.cpu {
  var %ram = $round($calc($dll(ProcInfo.dll,GetRam,memory) / 1023),0), %ramfree = $round($calc($dll(ProcInfo.dll,GetRam,memoryavail) / 1023),0), %ram.p $dll(ProcInfo.dll,GetRam,p100use), %ram.pfree $dll(ProcInfo.dll,GetRam,p100avail)
  var %ut.mir = $duration($calc($uptime(mirc)/1000),2), %ut.ser = $duration($calc($uptime(server)/1000),2), %ut.sys = $duration($calc($uptime(system)/1000),2)
  var %cpu.proc = $dll(ProcInfo.dll,GetCpu,.), %cpu.mnu = $dll(ProcInfo.dll,GetCpuVendor,.) %cpu.speed = $dll(ProcInfo.dll,GetCpuSpeed,mhz), %cpu.use = $dll(ProcInfo.dll,GetCpuUsage,.)
  vcmp.say Ram - Totall: %ram $+ MB $+ , Free: %ramfree $+ MB $+ , Free: %ram.pfree $+ %
  vcmp.say Uptime - mIRC: %ut.mir $+ , System: %ut.sys
  vcmp.say CPU - Type: $gettok(%cpu.mnu,1,32) $+ , Speed: $round($calc($gettok(%cpu.mnu,3,32) / 1000),2) $+ GHz $+ , Usage: %ram.p $+ %
}


Command Code -


  elseif (!comp* iswm $2) || (!pmcomp* iswm $2) {
    if (%timer.status) vcmp.say Error - This Command can only be used Once every 2 Seconds
    else {
      vcmp.cpu
      set %timer.status 1
      !timer 1 2 unset %timer.status
    }
  }


Uses the Procinfo.dll, you can download from mircscripts.org i believe it is

Cya,
Tommis
#50
Hey,

Not sure about 0.3z, but in 0.3x is somewhat is possible. You can teleport yourself no problem, but teleporting to a car works like this. It take you TO the car, not the car to you. =p

Cya,
Tommis