Gangster-Legends-V2
Gangster-Legends-V2 copied to clipboard
How to make crime chance 100%?
Hey how to make everycrime to be successfull everytime ?
from acp i dont think there is a way
but if edit your crimes.inc.php file
you can find this (line 61*)
$chance = mt_rand(1, 100)
edit it to
$chance = 100;
and edit this (line 32*)
"percent" => $crimePercs[($crimeID-1)],
to
"percent" => 100,
*: if your file is edited or custom it maybe diffrent that that line