Results 1 to 5 of 5

Thread: K/D Ratio

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Private
    Join Date
    Jun 2013
    Posts
    70
    Thanks
    20
    Thanked 32 Times in 26 Posts
    try this
    iprintlnbold("\n *** Test:"+getSubStr( (3/11) , 0 , 3 ));

    u should also add a check if its greater then 10 or 100 and then increase the endindex

    end = 3;

    if (kd >= 10) end = 4;
    elseif (kd >= 100) end = 5 ;
    Last edited by vanfreddy; 11th June 2018 at 14:59.

  2. The Following 2 Users Say Thank You to vanfreddy For This Useful Post:

    buLLeT_ (12th June 2018),kung foo man (11th June 2018)

Posting Permissions

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