xeon17 Posted February 19, 2015 Share Posted February 19, 2015 Why this isn't working? no errors in debug. ped:setAnimation("STRIP","STR_C2",-1,true,false,true) Link to comment
#MFGR7OM Posted February 19, 2015 Share Posted February 19, 2015 setPedAnimation( ped1, "ped", "Name Animation") Link to comment
Deepu Posted February 19, 2015 Share Posted February 19, 2015 lol never trust oop , use oop only in c++ Link to comment
JR10 Posted February 19, 2015 Share Posted February 19, 2015 lol never trust oop , use oop only in c++ Possibly the stupidest statement I've heard in years. Link to comment
Deepu Posted February 19, 2015 Share Posted February 19, 2015 lua is not made for OOP, it is just 20% viable. unlike the other Programming languages.. Link to comment
JR10 Posted February 19, 2015 Share Posted February 19, 2015 Lua is not an object-oriented language as it doesn't have a built-in implementation of classes, still, it is easily possible to create your own class system using tables and metatables, it has been done several times before and a lot of scripters have been using OOP before MTA implemented it. And OOP only in C++? Sure... Link to comment
Deepu Posted February 19, 2015 Share Posted February 19, 2015 not only in C++ lol, OOP is Classes and objects and C++ has the widely known variety of objects than java and C#... thats why I said OOP only for C++ because C++ and simula67 and fortran are Total OOPL Link to comment
xeon17 Posted February 19, 2015 Author Share Posted February 19, 2015 I would like to ask you guys to stop , i've created this topic because i need help and not for your private discussions. Link to comment
Banex Posted February 19, 2015 Share Posted February 19, 2015 ped:setAnimation("strip","STR_C2",-1,true,false,true) Link to comment
xeon17 Posted February 19, 2015 Author Share Posted February 19, 2015 The problem was the fuction which doesn't work properly on server side , thank you Banex for trying to help. Link to comment
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