Vinex Posted July 10, 2012 Share Posted July 10, 2012 i got 2 questions. when you die you spawn at this random location. I want to spawn where i die, how ? When you spawn a car, it comes on the side of you.. when i spawn a car i want to spawn inside the car, how? Ty for the help Link to comment
CheiN Posted July 10, 2012 Share Posted July 10, 2012 first WELCOME Second look at Wiki Link to comment
Alexs Posted July 10, 2012 Share Posted July 10, 2012 Hello, Welcome to the Forum, in them Wiki there is some useful tutorials wiki.multitheftauto.com to the first you can use spawnPlayer and the Event "onPlayerWasted" Link to comment
TAPL Posted July 10, 2012 Share Posted July 10, 2012 When you spawn a car, it comes on the side of you.. when i spawn a car i want to spawn inside the car, how? warpPedIntoVehicle Link to comment
Tete omar Posted July 10, 2012 Share Posted July 10, 2012 function vinex( player, commandName ) sX, sY, sZ = getElementPosition ( player ) blade = createVehicle ( 536, sX, sY, sZ ) warpPedIntoVehicle ( player, blade ) end addCommandHandler ( "spawnblade", vinex ) this will get your location and spawn "blade " vehicle and warp you into it when you type on chat or f8 spawnblade 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