Could anyone explain to me how to make a dynamic vehicle system? - 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: Could anyone explain to me how to make a dynamic vehicle system? (
/showthread.php?tid=432245)
Could anyone explain to me how to make a dynamic vehicle system? -
Don_Cage - 21.04.2013
Well like the title say, I want to make a dynamic vehicle system where i can create sales car IG and stuffs like that. How can i make this?
Re: Could anyone explain to me how to make a dynamic vehicle system? -
Azazelo - 21.04.2013
You will need mysql od sqllite and lots of dynamic thinking.
wiki about dynamic programming:
Quote:
In mathematics, computer science, and economics, dynamic programming is a method for solving complex problems by breaking them down into simpler subproblems. It is applicable to problems exhibiting the properties of overlapping subproblems and optimal substructure. When applicable, the method takes far less time than naive methods.
|
Re: Could anyone explain to me how to make a dynamic vehicle system? -
Glad2BeHere - 21.04.2013
You don't need mysql or sqllite .... there is yini, dini, djson and other saving methods even .cfg format xD the different types all deal with the speed... PM if ur serious n i maybe able to help u