Jump to content

Chusmadones

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by Chusmadones

  1. did you read the first post? *facepalm*
  2. Is not it more effective / faster to use another function instead? local cubeArea = createColRectangle( -2680,2200, 550,380 ) -- example, and less parameters than the other func.
  3. https://wiki.multitheftauto.com/wiki/Cod ... ts_General
  4. function playerDied( ammo, attacker, weapon, bodypart ) gDiedX, gDiedY, gDiedZ= getElementPosition(source) -- We save wheres he/she dies end addEventHandler("onPlayerWasted", getRootElement(), playerDied) You need to research more at the wiki. You can edit the arguments in spawnPlayer( player, -711+math.random(1,5), 957+math.random(5,9), 12.4, 90, math.random(9,288) ) and set the arguments what you need. Example: You can set there the players pos in the last death IF he/she died. (x=blue, y=green, z=red) https://wiki.multitheftauto.com/wiki/SpawnPlayer
  5. function playerDied( ammo, attacker, weapon, bodypart ) gDiedX, gDiedY, gDiedZ= getElementPosition(source) -- We save wheres he/she dies end addEventHandler("onPlayerWasted", getRootElement(), playerDied) You need to research more at the wiki. You can edit the arguments in spawnPlayer( player, -711+math.random(1,5), 957+math.random(5,9), 12.4, 90, math.random(9,288) ) and set the arguments what you need. Example: You can set there the players pos in the last death IF he/she died. (x=blue, y=green, z=red) https://wiki.multitheftauto.com/wiki/SpawnPlayer
  6. I recommend to anyone interested in creating scripts that read the articles of the wiki and MTA:SA - The basics of scripting before asking for help/orientation
  7. I recommend to anyone interested in creating scripts that read the articles of the wiki and MTA:SA - The basics of scripting before asking for help/orientation
  8. https://wiki.multitheftauto.com/wiki/OnPlayerLogin https://wiki.multitheftauto.com/wiki/SetPlayerTeam If you read this articles you will be able to do it.
  9. https://wiki.multitheftauto.com/wiki/OnPlayerLogin https://wiki.multitheftauto.com/wiki/SetPlayerTeam If you read this articles you will be able to do it.
  10. Thanks for the updates, good maps and info
  11. Final Version Montana DD --------------------------------------------------------------------------
  12. A preview videos of 3 zones: Start Zone: Skill Zone: Another Zone: CU!
  13. HI ALL New Beta Final [attachment=0]Montana DD.rar[/attachment] Montana DD Beta Final Download it and play it! Please leave comments,bugs,suggestions. Thanx all that make it possible.
  14. Beta maps: [attachment=0]Montana maps - WIPs.rar[/attachment]
  15. Hi all: This is my new and first map for MTA:SA In a few hours i will upload Screenshots and beta version of my new map. I am Spanish and my english is still poor. CU on Montana DD
×
×
  • Create New...