16.03.2014, 08:04
The time is in minutes, so you need to multiply it by 60 to make in in seconds.
Then after that, you multiply it by 1000 so it will become in milliseconds.
SetTimerEx("JailTime", time * 60 * 100, false, "i", pID);
Then after that, you multiply it by 1000 so it will become in milliseconds.
SetTimerEx("JailTime", time * 60 * 100, false, "i", pID);