Software:Universal Client
Version Number:
________________________________________________________________________
Location
bongtopia
________________________________________________________________________
Description:
$mod = $playervar31 * 50
$chance = 75 - $mod
$find = Rand($chance)
$find always ends up as 0
also, if u do something simple like
$i = 12
$random = Rand($i)
$random will be 0 always.
________________________________________________________________________
Steps to Replicate:
^^