Jump to content

darkside17

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by darkside17

  1. its vedic but the guy i bought it from dosent provide any support for the errors he said all the resources work fine.
  2. go into your mysql folder and make sure connection.lua and the s_mysql have the same username and leave the password blank, then make sure they have the same name as the database you made.
  3. hmm, but all the other resources are connected to MySQL, do you know any way i could fix it ?
  4. i think so its in the rest of the scripts and there working fine, but i couldnt really tell you lol im just trying to set up a server for my brother i cant script.
  5. hey im trying to get a item-system to work but i keep getting a error in the console for this area of the script. i cant see whats wrong with it, on line 2 if not itemIndex then local result = mysql_query( handler, "INSERT INTO items (type, owner, itemID, itemValue) VALUES (" .. getType( element ) .. "," .. getID( element ) .. "," .. itemID .. ",'" .. mysql_escape_string(handler, itemValue) .. ",')" ) if result then itemIndex = mysql_insert_id( handler ) mysql_free_result( result ) here is the error i get in the console [2012-01-23 02:52:33] ERROR: unzipped\item-system\s_item_management.lua:225: bad argument #1 to 'mysql_escape_string' (mysqlHandler expected, got nil)
  6. i did start that but when i go into test mode i see anotherCJ standing in the marker, and they dont work
  7. sorry for my spelling mistakes i was typing too fast lol
  8. iwas wondering if you could give me advice on how to get into propertys on the mao editor, im not sure how to use the makers and interiors ?
×
×
  • Create New...