• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

decimal

  1. Addams

    C++ Life leech chance using decimal numbers

    TFS version: 1.4.2 How can I make chance accepts decimal numbers? I am trying to use from 0.1, 0.2, 0.02, 5, 7, 30, etc.. and up to 100 like it is. I tried to divine chance / 1.0 and then multiply it below * 1.0 but that didn't work. if (casterPlayer->getHealth() < casterPlayer->getMaxHealth())...
Back
Top