Tycka Posted October 3, 2014 Posted October 3, 2014 Hello, when I start animation they didn't end, in mta 1.3 ist work correctly but in mta 1.4 animation didn't stop. Code : setPedAnimation(source, "VENDING", "VEND_Drink2_P", nil, false, false, nil, false) Dayz (y)
LaCosTa Posted October 3, 2014 Posted October 3, 2014 if you want to stop ped animation simply use this setPedAnimation(thePed , false)
darhal Posted October 3, 2014 Posted October 3, 2014 setPedAnimation(source, false) -- if you want the time to end after some time use : setTimer() #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
Anubhav Posted October 3, 2014 Posted October 3, 2014 All of you din't see the arguments. Go to wiki instead of timer seconds = 5 -- set your seconds setPedAnimation(source, "VENDING", "VEND_Drink2_P", seconds*1000, false, false, nil, false) See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
darhal Posted October 3, 2014 Posted October 3, 2014 I forget this #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
Tycka Posted October 4, 2014 Author Posted October 4, 2014 All of you din't see the arguments. Go to wiki instead of timer seconds = 5 -- set your seconds setPedAnimation(source, "VENDING", "VEND_Drink2_P", seconds*1000, false, false, nil, false) Thanks for help Dayz (y)
Anubhav Posted October 4, 2014 Posted October 4, 2014 No problem! See my some resources: Skin shop: https://community.multitheftauto.com/in ... ls&id=8008 Note script: https://community.multitheftauto.com/in ... ls&id=8009 Rules Panel: https://community.multitheftauto.com/in ... ls&id=8246 Random Money: https://community.multitheftauto.com/in ... ls&id=8718
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