Jump to content

Search the Community

Showing results for tags 'puerta automatica'.

  • 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. hola por favor ayúdenme con esta puerta automática en verdad la saque de una pagina pero solo es para clanes y quiero cambiarla para todo tipo de user espero que me ayuden por favor este es el .lua objeto = createObject ( 975, -2469.1000976563, -616.70001220703, 133.19999694824, 0, 0, 271.99951171875 ) x,y,z = getElementPosition (objeto) Zona = createColCircle ( -2469.1000976563,-616.70001220703, 5, 5 ) function Funcion (source) if ( getElementData ( source, "gang" ) == "NOMBRE-CLAN" ) then moveObject ( objeto, 6000, -2469.3000488281, -616.70001220703, 133.19999694824, 0, 0, 271.99951171875 ) outputChatBox ( "Bienvenido", source, 0, 255, 0, true ) else outputChatBox ( "Tu no eres del clan!", source, 255, 0, 0, true ) end end addEventHandler ( "onColShapeHit", Zona, Funcion ) function Funcion2 () moveObject ( objeto, 6000, -2469.1000976563, -616.70001220703, 133.19999694824, 0, 0, 0 ) outputChatBox ( "Abandonando Base!", source, 0, 255, 0, true ) end addEventHandler ( "onColShapeLeave", Zona, Funcion2 ) ayudenme porfa, gracias.
×
×
  • Create New...