Jump to content

Search the Community

Showing results for tags 'random table'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 1 result

  1. I try to random spawn locations but not working local fegyverPedP = { --{2274.2573242188, -262.47836303711, 9.2684917449951}, --{1491.6328125, 295.41278076172, 18.663465499878}, [1] = {2756.822265625, -2513.9208984375, 13.642685890198}, [2] = {2761.572265625, -2531.7333984375, 13.638335227966}, } function createped(fegyverPed,fegyverPedP) local randompos = math.random(1, #fegyverPedP) fegyverPed = createPed(111, fegyverPedP[randompos], fegyverPedP[randompos], fegyverPedP[randompos]) --outputChatBox(fegyverPedP[randompos][1], fegyverPedP[randompos][2], fegyverPedP[randompos][3]) setElementInterior(fegyverPed, 0) setElementDimension(fegyverPed, 0) setElementFrozen(fegyverPed, true) setElementRotation(fegyverPed, 0, 0, 90) end
×
×
  • Create New...