Jump to content

Chusmadones

Members
  • Posts

    21
  • Joined

  • Last visited

About Chusmadones

  • Birthday November 9

Details

  • Gang
    McMavagusta

Chusmadones's Achievements

Civilian

Civilian (7/54)

0

Reputation

  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!
×
×
  • Create New...