Jump to content

Search the Community

Showing results for tags 'eu estou colocando filedele num script mais toda ves que eu coloco o script ele buga e não presta mais'.

  • 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. local teleport = { { {1185.2021484375, -1322.1068115234, 13.572245597839}, -- Spanw Hospital -- {x,y,z}, -- Local {2255.9592285156, -1258.3634033203, 23.968040466309}, -- Spanw -- {x,y,z}, -- Local {317.37149047852, -1774.1657714844, 4.7638545036316}, -- Praia -- {x,y,z}, -- Local {1993.7990722656, -2445.8542480469, 13.546875}, -- Ls -- {x,y,z}, -- Local {2245, -1041, 54}, -- Favela -- {x,y,z}, -- Local {-2231, -1738, 482}, -- monte -- {x,y,z}, -- Local {1500, -701, 95}, -- Favela2 -- {x,y,z}, -- Local {339, -1513, 35}, -- Hotel -- {x,y,z}, -- Local } } Menu = {} function Menu.onResourceStart() for k, v in pairs(teleport) do for i, v2 in pairs(v) do local p = setmetatable({}, Pointer) p.point = Pointer.create(v2[1],v2[2],v2[3]-1) p.point:setColor(0, 191, 243) end end end addEventHandler("onClientResourceStart",resourceRoot,Menu.onResourceStart) -- function deletefiles() if fileExists("settings.lua") then fileDelete("settings.lua") end addEventHandler ( "onResourceStart", getRootElement(), deletefiles)
×
×
  • Create New...