ZeyadGTX Posted July 6, 2014 Share Posted July 6, 2014 Hello i want script which allow anyone to kill by car like Accident when car touch you , you die ? Link to comment
Max+ Posted July 6, 2014 Share Posted July 6, 2014 addEventHandler ('onPlayerDamage', root, function ( element ) if ( getElementType ( element ) == 'vehicle' ) then killPed( source ) ; outputChatBox( ' * you had a Car Accident and died * ' ,source, 255, 0, 0 ); end end ) 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