SA-MP Forums Archive
Managed to ruin my DMV system. Help? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Managed to ruin my DMV system. Help? (/showthread.php?tid=472972)



[fixed it] DMV issue - SilmiK - 31.10.2013

Fixed it, thanks for the effor everyone anyway


Re: Managed to ruin my DMV system. Help? - Keyhead - 31.10.2013

Post the code.


Re: Managed to ruin my DMV system. Help? - DanishHaq - 31.10.2013

Make sure you're still giving the drivers license at the end upon the last checkpoint. If you are, then do what the previous poster said, and post the code for the OnPlayerEnterCheckpoint, specifically the DMV checkpoints.


Re: Managed to ruin my DMV system. Help? - SilmiK - 31.10.2013

Fixed it, no need to keep it here


Re: Managed to ruin my DMV system. Help? - DanishHaq - 31.10.2013

pawn Код:
SetVehicleToRespawn(vehicleid);
You have this, does the vehicle respawn? It won't fix the problem, but I'm just seeing what could cause the problem. You also need to make sure that the ID's of the CP's must be corresponding to the ones you are using under OnPlayerEnterCheckpoint.


Re: Managed to ruin my DMV system. Help? - SilmiK - 31.10.2013

The car doesnot respawn after driving to the last CP. Maybe the number of CP's are wrong over here?


Re: Managed to ruin my DMV system. Help? - SilmiK - 01.11.2013

Fixed it, thanks for the effort folks