yoya99 Posted November 4, 2014 Share Posted November 4, 2014 Hello ..i have a question guys...is there a way to make when a vehicle is blown that it shakes the camera hardly? i only know with create explosion but how to continue= Link to comment
boro Posted November 4, 2014 Share Posted November 4, 2014 this function createexp() end addEventHandler ( "onVehicleExplode", getRootElement(), createexp ) and this help you local pX, pY, pZ = getElementPosition ( source ) createExplosion ( pX, pY, pZ-1, 6, source ) Link to comment
Woovie Posted November 4, 2014 Share Posted November 4, 2014 By hardly do you mean less? Or more? Link to comment
WASSIm. Posted November 4, 2014 Share Posted November 4, 2014 you need: onClientVehicleExplode and.. addEventHandler getCameraMatrix or getElementPosition createExplosion 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