Jump to content

tjeaton

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by tjeaton

  1. In php i have done this code: $sql="SELECT * FROM user_table WHERE username='$user' and password='$pass'"; $result=mysql_query($sql); Would it look like this in mta scripting: local user = "tom" local pass = "pass" local result = mysql_query(connectionhandler, "SELECT * FROM user_table WHERE username='user' and password='pass') If anyone can confirm or help me on this, i would benefit from this alot.
  2. I just used this program on some code, but i cannot see what it has done to the client code apart from backing up the meta.xml and creating meta.xml again with <?xml version="1.0" encoding="utf-8"?> at the top of the file.
×
×
  • Create New...