Jump to content

Depot

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by Depot

  1. 2. Go players/main.LUA Search: function createCharacter( player, name, skin ) if player and p[ player ].userID then if exports.sql:query_assoc_single( "SELECT characterID FROM characters WHERE characterName = '%s'", name ) then triggerClientEvent( player, "players:characterCreationResult", player, 1 ) elseif exports.sql:query_free( "INSERT INTO characters (characterName, userID, x, y, z, interior, dimension, skin, rotation) VALUES ('%s', " .. p[ player ].userID .. ", [color=#80FF00]X[/color],[color=#80FF00] Y[/color], [color=#80FF00]Z[/color], 0, 0, " .. tonumber( skin ) .. ", 270)", name ) then updateCharacters( player ) triggerClientEvent( player, "players:characterCreationResult", player, 0 ) Change color green
  2. It can be replaced but not added
  3. How install mods cleo in server, for example: Looks: http://s2.subirimagenes.com/otros/previ ... dibujo.jpg CLEO MODS ROAD. My question is: ¿ HOW INSTALL ?
  4. Depot

    Help Paradise RP

    spawn initial new character
  5. Depot

    Help Paradise RP

    Sorry 2 post. I want to change the position to start, modificate MYSQL or files .LUA ?? sorry for my bad english
  6. Depot

    Help Paradise RP

    Ok, perfect. I want to change everything at LS Thx.
  7. Depot

    Help Paradise RP

    I'd have to do ? Create new map or modify tables MYSQL ?
  8. Depot

    Help Paradise RP

    The only problem is: ERROR: Unable to start resource irc; Start up of resource cancelled by script.
  9. I put everything right (MYSQL,etc..) No load pickup,interiors, etc.. What the problem? Sorry for my bad inglish
  10. Depot

    Simple Dude!

    remplace car no.. , skin CJ (HAIR,SHOES,ETC..)
  11. Depot

    Simple Dude!

    and the sistem is remplace car ?
  12. Depot

    Simple Dude!

    Clothing can be replaced ??
  13. GOOD! MISSION COMPLISE! xDD Thx VAREZ! GO EDIT
  14. [2010-10-22 00:19:16] MODULE: Loaded "MySQL 5.0 database module" (0.41) by "Alberto Alonso " [2010-10-22 00:19:16] MODULE: Loaded "SHA Module" (1.02) by "mabako" [2010-10-22 00:19:16] Starting resources.... [2010-10-22 00:19:16] ERROR: Unable to start resource sql; Start up of resource cancelled by script Help..
  15. I did not understand.. sorry Should make a tutorial on how to put the RP Paradise Makabe THX [2010-10-21 05:09:36] Server stopped! [2010-10-21 05:09:36] Stopping resources................... [2010-10-21 05:09:36] Closing SQLite3 database [2010-10-21 05:09:36] Closing SQLite3 database TUTORIAL! TUTORIAL!
  16. @varez, Thx you, I tested the server on localhost, to guide me a bit. I have XAMPP, the problem is that no connect to the MySQL server. I think the file is missing. SQL, if you can help. Sorry for my bad inglish
  17. Missing file mysql.SQL ? Or I have to create ? If someone can pass the database.
×
×
  • Create New...