BoXz_modder 0 Posted May 14, 2015 (edited) Hello forum. What is the best programming language to use, when dealing with GTA V mods? I already know C#, Java, Swift (Apple's programming language) and a bit of PHP and JavaScript, so i have some experience with programming. . I don't know if its worth it, to start learning C++ if i really want to get into modding? I Just see a lot of topics where C++ is involved. Thanks Edited May 14, 2015 by BoXz_modder Quote Share this post Link to post Share on other sites
Prof_Farnsworth 27 Posted May 14, 2015 It's really a matter of preference. Only some functions are wrapped as of now in the .net hook. Not sure about python or lua. That doesn't stop you from using native gta functions though, so if you already know C#, I would say start with that. Quote Share this post Link to post Share on other sites
c39687 61 Posted May 14, 2015 c# i think is best for scripting gta... just for the vector3 class alone haha... for asi's im having to define all vector3 stuff again im pulling out of the scripthookvdotnet lol c# > c++ !! Quote Share this post Link to post Share on other sites
BoXz_modder 0 Posted May 15, 2015 c# i think is best for scripting gta... just for the vector3 class alone haha... for asi's im having to define all vector3 stuff again im pulling out of the scripthookvdotnet lol c# > c++ !! It's really a matter of preference. Only some functions are wrapped as of now in the .net hook. Not sure about python or lua. That doesn't stop you from using native gta functions though, so if you already know C#, I would say start with that. But how do i translate c++ code to c#? As I said, there are a lot of c++ tutorials around the forum. Quote Share this post Link to post Share on other sites
Freakyy 35 Posted May 15, 2015 Translation only works if you know both languages (like in real life). I recommend using the language you already know. Quote Share this post Link to post Share on other sites