Gangster-Legends-V2 icon indicating copy to clipboard operation
Gangster-Legends-V2 copied to clipboard

How to make crime chance 100%?

Open destrobg opened this issue 2 years ago • 1 comments

Hey how to make everycrime to be successfull everytime ?

destrobg avatar Oct 19 '22 13:10 destrobg

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

agscs avatar Nov 06 '22 09:11 agscs