Las Venturas Playground
Drift race bug fix - Printable Version

+- Las Venturas Playground (https://forum.sa-mp.nl)
+-- Forum: Main Talk (https://forum.sa-mp.nl/forum-3.html)
+--- Forum: Development (https://forum.sa-mp.nl/forum-16.html)
+--- Thread: Drift race bug fix (/thread-32516.html)



Drift race bug fix - Jay - 11-04-2015

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 :)








Re: Drift race bug fix - Russell - 11-08-2015

https://github.com/LVPlayground/playground/commit/815f1ac1445cd7da282132eca1c04ff050f78d23

Thanks!