Smoothe88 Posted August 15, 2008 Report Share Posted August 15, 2008 Are there any other modelling programs, other than Zmodel, that I can use to make vehicles? And where are the best sites to learn C++. I want to make some Mods, but i dont know where to start. Thanks Quote Link to comment Share on other sites More sharing options...
Guest Oliwerko Posted August 15, 2008 Report Share Posted August 15, 2008 Try http://www.cplusplus.com/doc/ for starters, it can reveal the syntax basics for EM scripting. Then look at LA mod scripts, they are nice and clean.Note that the EM scripting language is NOT C/C++. It has only similar syntax and programming basics (variables, constants etc) Quote Link to comment Share on other sites More sharing options...
anto.fra88 Posted August 15, 2008 Report Share Posted August 15, 2008 Are there any other modelling programs, other than Zmodel, that I can use to make vehicles? And where are the best sites to learn C++. I want to make some Mods, but i dont know where to start. Thanksc++ is not easy to learn and it takes time you must first learn the basic functions and after the object-oriented programming that is the most complex, however, the scripting language is inherited from c++. I'm a programmer c++ and c#, if you need help send me a pm Quote Link to comment Share on other sites More sharing options...
Hoppah Posted August 15, 2008 Report Share Posted August 15, 2008 I learned it myself, I bet I am not the only one who can. How? By comparing my work to other work alot and trying things out.And, of course, starting with basics, easier things.People who want to immediatly build a script for a fire station will never learn C++ with that state of mind.And having patience is the key to it. Quote Link to comment Share on other sites More sharing options...
anto.fra88 Posted August 15, 2008 Report Share Posted August 15, 2008 I learned it myself, I bet I am not the only one who can. How? By comparing my work to other work alot and trying things out.And, of course, starting with basics, easier things.People who want to immediatly build a script for a fire station will never learn C++ with that state of mind.And having patience is the key to it.How long have you made to learn all c++? Quote Link to comment Share on other sites More sharing options...