Jump to content

Search the Community

Showing results for tags 'idk'.

  • 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 4 results

  1. Hello dear mta community,Please help me, i made a login panel with gui editor and now it says this error "Unexpected symbol near "*" line:48 Here is the code,please help guys GUIEditor = { button = {}, edit = {}, checkbox = {}, label = {} } GUIEditor.button[1] = guiCreateButton(577, 515, 137, 52, "Login", false) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[2] = guiCreateButton(729, 520, 143, 41, "Register an Account", false) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") GUIEditor.button[3] = guiCreateButton(439, 521, 123, 40, "Play as Guest", false) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(613, 369, 82, 18, "Account Name", false) guiSetFont(GUIEditor.label[1], "default-bold-small") GUIEditor.label[2] = guiCreateLabel(602, 421, 103, 15, "Account Password", false) guiSetFont(GUIEditor.label[2], "default-bold-small") GUIEditor.label[3] = guiCreateLabel(573, 481, 146, 17, "Remember Account Name", false) guiSetFont(GUIEditor.label[3], "default-bold-small") GUIEditor.checkbox[1] = guiCreateCheckBox(552, 481, 15, 14, "", false, false) guiSetFont(GUIEditor.checkbox[1], "default-bold-small") GUIEditor.edit[1] = guiCreateEdit(546, 387, 204, 28, "", false) guiSetAlpha(GUIEditor.edit[1], 0.82) GUIEditor.edit[2] = guiCreateEdit(546, 440, 204, 28, "", false) guiSetAlpha(GUIEditor.edit[2], 0.82) addEventHandler(*onClientGUIClick*,GUIEditor.button[1]), function ( ) local User = guiGuiText ( GUIEditor.edit[1] ) local Password = guiGetText ( Edit_Password ) if User and password then triggerServerEvent(*onPlayerTryingToLogin*,localPlayer,User,Password) end end,false ) addEvent (onPlayerTryingToLogin*) addEventHandler (*onPlayerTryingToLogin*, source, Login)
  2. HELLO/ EBERYONE TODAY I NNED HELP WITH MTA THE PROBLEM IS WHEN I JOIN A SERVER(any server) i automatically got kicked . and its says like this Disconnected: You were kicked by (AC #4 8DA6-0500) pleas help , i did gta +mta unstallll and install over serveal time but doesn't work help also avast unstall i dint everthing but not work. how to fix helpppp please ass soon as possible
  3. BLACKOUT

    just a question

    can MTA unbann my serial ?
  4. so there is this server called Grafuroam and it has a specific hydra skin for specific clan and not the same one for all clans and also everyone can SEE the texture i just want to know how to do this
×
×
  • Create New...