-
Content Count
71 -
Joined
-
Last visited
-
Days Won
1
BeNiiiBoiii last won the day on January 28 2020
BeNiiiBoiii had the most liked content!
Community Reputation
64 ExcellentAbout BeNiiiBoiii
-
Rank
Beginner
Personal Information
-
Location
England, South-west.
-
Website
https://themadcity.co.uk
Recent Profile Visitors
695 profile views
-
Haha no worries 🙈
-
Not quiet sure what you're on about sim? In his screen shot he has clearly circled the "crime" timer in the header? and the question was to make that go red when crimes are committed. Which my fix does. So with my code, it will update the new "crime-{id}" timers as usual but will also update the original "crime" timer that is set in header, ASLONG as the crime cooldown + current time is higher than currently set "crime" timer (I'm crap at explaining xD) Basically say you did a crime with a 45 second timer.. then immediately after committed a crime that is 25 seconds long th
-
Inside crimes.inc line 56 change to else { then below line 139 add if ($crimeInfo->C_cooldown + time() > $this->user->getTimer('crime')) { $this->user->updateTimer('crime', $crimeInfo->C_cooldown, true); } Hope this helps.
-
He means dont edit bootstrap.css I'd recommend adding them into your styles.css This did the trick for me.
-
-
It's beginning to look a lot like Christmas 🎅🎄🎁
-
You do relise we are using this theme on criminal empire? 😅
-
make sure line 5 of investments.hooks.php reads: if ($user && $user->checkTimer("investment")) { and not if ($user->checkTimer("investment")) { I had a problem with investments and this was the fix.. but you may have a different issue..
-
BeNiiiBoiii changed their profile photo
-
😭 haha!! Thank you for you're kind words bro 😊
-
lindon11 started following BeNiiiBoiii
-
Wow! Lovely work as always mate 🙂
-
Is the module down for good or being updated? Went to grab latest version and not there 😑
-
This is my current entry 🙈
-
I think @Spydre452 summed it up nicely! Great game, I'll be sticking round for sure 🙂 Good job guys