darhal Posted March 13, 2015 Posted March 13, 2015 Hello how to compile all my scripts using luac.mtasa site but more faster ? Thx #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
DNL291 Posted March 13, 2015 Posted March 13, 2015 You can do something like this: https://forum.multitheftauto.com/viewtopic.php?f ... 61#p739361 Please do not PM me with scripting related question nor support, use the forums instead.
darhal Posted March 13, 2015 Author Posted March 13, 2015 Thx a lot very usefull #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
DNL291 Posted March 13, 2015 Posted March 13, 2015 You're welcome. Please do not PM me with scripting related question nor support, use the forums instead.
xXMADEXx Posted March 14, 2015 Posted March 14, 2015 I also released this a bit back, just after luac.multitheftauto.com was being forced. viewtopic.php?f=108&t=72988 Either way, the link DNL291 posted and my program basically should do the same thing. The Ultimate Lua Tutorial! | MTA PHP SDK
darhal Posted March 21, 2015 Author Posted March 21, 2015 really usefull program thx a lot #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now