Nerses Posted May 31, 2014 Share Posted May 31, 2014 How to change the place of spawning at the time of death? Of course stupid question but still. Sorry for the expression) Link to comment
Nerses Posted May 31, 2014 Author Share Posted May 31, 2014 What game mode are you using? play Link to comment
Chronic Posted May 31, 2014 Share Posted May 31, 2014 addEventHandler ( "onPlayerWasted", root, function ( ) spawnPlayer ( source, x, y, z ) -- fill in x,y,z with the coordinates you want the player to spawn at. end ) Link to comment
Nerses Posted May 31, 2014 Author Share Posted May 31, 2014 addEventHandler ( "onPlayerWasted", root, function ( ) spawnPlayer ( source, x, y, z ) -- fill in x,y,z with the coordinates you want the player to spawn at. end ) It is after death? Link to comment
Nerses Posted May 31, 2014 Author Share Posted May 31, 2014 yep and where is the edit? Link to comment
Chronic Posted June 1, 2014 Share Posted June 1, 2014 Change x,y,z to the coordinates you want the player to spawn at, therefore editing the place the player spawns. Link to comment
Nerses Posted June 1, 2014 Author Share Posted June 1, 2014 Change x,y,z to the coordinates you want the player to spawn at, therefore editing the place the player spawns. I understood but ask where you want it to write or edit where? Link to comment
Nerses Posted June 1, 2014 Author Share Posted June 1, 2014 /gp in chat I understood but ask where you want it to write or edit where? Link to comment
#RooTs Posted June 1, 2014 Share Posted June 1, 2014 search for file ( play ) MTA San Andreas 1.3\server\mods\deathmatch\resources\[gamemodes]\[play] after broph.map "grove" posX="2485" posY="-1667" posZ="13.3" rotX="0"> 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