Hello There, Guest! Login or Register


Drift race bug fix
#1
Hi guys, I've not got the LVP solution up and running locally since we moved to git. I'll get this sorted soon but in the mean time there's an outstanding bug with drift races resulting in them only lasting 30 seconds.


If someone could go to \Resources\Minigames\Core\Race\core.pwn and around line 1117 (the CRace__StartRace method), add the following line of code:


Code:
g_RaceData[ iRaceID ][ 34 ] = 0;


and check this into source control this will fix the problem :)





#2
https://github.com/LVPlayground/playgrou...f050f78d23

Thanks!