skybad Posted January 1, 2013 Share Posted January 1, 2013 Hello before starting'll wish a Happy New Year to All. So I walk demand the following: It is a resource that helps steal cars I do not know the name and I can not find but I know the command to use is this: / hotwire if anyone knows where can I download that would indicate. The second is a resource for the belt I have one and I can make it work, we have entered into the car and write (/ seatbelt) and we get the belt I want the script beyond that is when we got out of the car seat belt to not exit automatically come out with the same street to let the script here for you guys and see if someone can get as I wanted: function seatbelton ( player ) local check = isPedInVehicle ( player ) if ( check ) then local state = ( not getElementData ( player, "seatbelt" ) ) setElementData ( player, "seatbelt", state ) exports.global:sendLocalMeAction ( player, "reaches for their seatbelt and ".. ( state and "buckles it." or "unbuckles." ) ) else outputChatBox ( "You are not in a car!", player, 255, 0, 0 ) end end addCommandHandler ( "seatbelt", seatbelton ) First recall that this resource is not my doing I just modified the text and just want someone who realizes that make him quit automatically when we exit the car. Thanks. Link to comment
Castillo Posted January 1, 2013 Share Posted January 1, 2013 There's no such public resource for hotwire. And about the seatbelt, I don't really understand, plus, we don't accept requests here. Link to comment
skybad Posted January 1, 2013 Author Share Posted January 1, 2013 Okay I apologize for asking for resources here, seatbelt as to what I want is not to have to write / seatbelt before exiting the car I want the seatbelt exit automatically when you press the F out of the car. But btw thanks Link to comment
Castillo Posted January 1, 2013 Share Posted January 1, 2013 You can use this event: https://wiki.multitheftauto.com/wiki/OnVehicleStartExit Link to comment
skybad Posted January 1, 2013 Author Share Posted January 1, 2013 Okay i will try this thanks Link to comment
skybad Posted January 1, 2013 Author Share Posted January 1, 2013 i cant i change the script and then he dont work but no problem 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