iPrestege Posted February 5, 2013 Share Posted February 5, 2013 hello ( = , i have a simple problem here on this dman or shit or what ever script it,s not working i mean the shit anim -_-" i need some help to know what,s the wrong ! . thanks ! note : all other anim works ! but DRIVEBYS is not working ! function onCar(player) local vehicle = getPedOccupiedVehicle(player) if vehicle then setPedAnimation( player, "DRIVEBYS", "DOZER_getout_RHS") end end addCommandHandler("on", onCar) Link to comment
Vision Posted February 5, 2013 Share Posted February 5, 2013 I think that "DOZER_getout_RHS" doesn't exists in "DRIVEBYS" anim group. Link to comment
iPrestege Posted February 5, 2013 Author Share Posted February 5, 2013 I think that "DOZER_getout_RHS" doesn't exists in "DRIVEBYS" anim group. -_-" oh Damn My Bad So This Topic is going To The Hell . Link to comment
Max+ Posted February 6, 2013 Share Posted February 6, 2013 The Anim you want its on Dozer ~ addCommandHandler('on', root, function(player) local vehicle = getPedOccupiedVehicle(player) if vehicle then setPedAnimation( player, 'DOZER', 'DOZER_getout_RHS') end end ) Link to comment
iPrestege Posted February 6, 2013 Author Share Posted February 6, 2013 ^^ Problem Fixed By Me it,s not problem but it's damn something or like that so this topic going to the Hell or whatever . Locked Please . @ Max+ : root , is not defined on the command . bool addCommandHandler ( string commandName, function handlerFunction, [bool caseSensitive = true] ) addCommandHandler ( "", function handlerFunction ) 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