darhal Posted May 12, 2015 Posted May 12, 2015 (edited) Hi I wan to covert this skin = "265, 217, 230" to this skin = {265, 217, 230} how ? Edited May 12, 2015 by Guest #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
darhal Posted May 12, 2015 Author Posted May 12, 2015 Solved i used split function #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