Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. here is a Login GUI: https://community.multitheftauto.com/index.php?p=resources&s=details&id=2247 it actually adds the person account and if they type in /logout then they actually log out.
  2. So, it doesn't work with your MTA:SA, but it works with your SA:MP... ummm, Try Downloading:
  3. Does your SA work, when your joining servers?
  4. Jaysds1

    pf help

    Here is a full instructions: https://forum.multitheftauto.com/viewtopic.php?f=114&t=33722&p=352164&hilit=+Ports#p352164
  5. The url for the Images doesn't work!
  6. try this: connection = mysql_connect("localhost", "root", "", "phis_db") if not (connection) then -- Connection failed outputDebugString("Unable to connect to MySQL!") else mysql_close(connection)
  7. Go to this topic and tell them the resource and the URL for it, so they could delete it. Here: https://forum.multitheftauto.com/viewtopic.php?f=108&t=25351 it's really for reporting but STILL they deleted my first login gui.
  8. Jaysds1

    Redirect

    lol, she's runin a server too? And try, when showing Lua codes use , the lua code goes in between them.
  9. Are both of them Server files? if yes then, (Don't compile Server Files) get the original Server file and make it stand alone, because Server files aren't going to be sent to the player, so no ones going to steal it, Client files are the only thing sent to the player so there supposed to be compiled. Do you get me?
  10. Jaysds1

    server player list

    ya, game monitor goes through these ports: TCP & UCP: 20031, 2003
  11. Jaysds1

    SAES IS DOWN!!!

    It might be that MTA:QA guy.
  12. Did you made it yourself?
  13. Jaysds1

    Login GUI

    Sure, I'll call you Twisted Edited: Sorry, I never wanted you to think that!
  14. Jaysds1

    Login GUI

    Thanks BWTwisted...
  15. You just downloaded it and loged in, and it shows there is an error. Get my login gui, it has an option whether to add a Background or not, all the details are in the Description. Edited: Thanks qaisjp
  16. Jaysds1

    Problems

    Sorry, I thought that the GetPlayerName was only Server-side, BWTwisted, I'll try doing that then!, And JR10, the script doesn't work but it's alright, i'll work on it myself... BYE ALL! (NO, I'M NOT SWITCHING TO SA:MP)
  17. Jaysds1

    Login GUI

    Thanks diegoflda, for supporting me.
  18. Jaysds1

    Problems

    When the person press the check box it's suppose to get the player name and enter it to a Edit Box. but when the player press it then the Text is not entered Client-side: -- The Checkbox GUIEditor_Checkbox[1] = guiCreateCheckBox(300,29,15,15,"",false,false,GUIEditor_Window[1])-- Nickname -- The function function clientNick1() if guiCheckBoxSetSelected (GUIEditor_Checkbox[1], true) then triggerServerEvent("clientUser1", getRootElement()) else cancelEvent() end end addEvent("clientNick1",true) addEventHandler("clientNick1", getRootElement(), function(nameNick) guiSetText(GUIEditor_Edit[1], nameNick) end) Server-side -- Getting the Nickname addEvent("clientUser",true) addEventHandler("clientUser", getRootElement(), function() local nick = getPlayerName(client) triggerClientEvent("clientNick", getRootElement(), nick) end) addEvent("clientUser1",true) addEventHandler("clientUser1", getRootElement(), function() local nameNick = getPlayerName(client) triggerClientEvent("clientNick1", getRootElement(), nameNick) end)
  19. Jaysds1

    MTA Crash

    Whats your connection Speed? (UPLOADS and DOWNLOADS speed)
  20. Jaysds1

    Why server Kick ME!

    Is cam Hack a cheat engine?
  21. Jaysds1

    Why server Kick ME!

    When I enter the SAES:RPG server, it says that I was kicked because I'm a trainer. What is a trainer?
  22. Jaysds1

    Trams

    SAES has the script but it'll take sometime to make a script for that.
×
×
  • Create New...