Results 1 to 2 of 2

Thread: mm to ms converter

  1. #1
    Join Date
    Jul 2006
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default mm to ms converter

    hear are just some little things you might find useful also i plan on updating so keep an eye out for updates if you think you might like it
    p.s. if you have any ideas please tell me
    "your always where you supposed to be"

  2. #2
    Join Date
    Feb 2006
    Posts
    920
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice scripting, It won't be 100% accurate, because that the position of your character varies a lot..
    also try using the end else instead of 2x if,
    if BlaBla then
    begin
    DoSomething;
    end;
    if (not BlaBla) then
    begin
    DoSomethingElse;
    end;

    instead you could do
    if BlaBla then
    begin
    DoSomething;
    end else
    begin
    DoSomethingElse;
    end;

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Celsius Converter
    By Richard in forum Java Help and Tutorials
    Replies: 9
    Last Post: 04-07-2009, 06:56 PM
  2. Psp Converter! 3.39 The Best I Used :)
    By StK Squenc in forum Gaming
    Replies: 2
    Last Post: 02-16-2007, 06:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •