Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/20 in all areas

  1. Version 1.0.0

    3024 downloads

    Hello ladies, i'm not going to work on that game-mode anymore, so i'll release it for the public to get people learn how to build awesome systems. (car repair, ...) Some of the script-files got removed because of security reasons. You cant compile that script without any additions. So learn out of it and read the code! Nothing more to say, enjoy it. If you're going to use the code. mention me as credit. Enjoy! DevGrab.
    1 point
  2. Thanks guys, I will pay more attention next time, I managed to solve the problem in a simple way, after many hours. I was saving the hair in the database, I called the event at the time I needed it and when the user enters the character he changes the hair according to the database. mp.events.add("hairIde", function (player, idTest) { connection.query("SELECT hairID FROM char_test WHERE user_login = ?", [player.socialClub], function (e, results) { if (results.length > 0) { Object.keys(results).forEach(function (key) { let row = results[key]; idTeste = row.hairID; player.setClothes(2, idTest, 0, 2); }); } else { console.log("nao funciona"); } }); }); ๐Ÿ˜…
    1 point
  3. cam facute din topor si la repezeala dar merge ๐Ÿ˜œ
    1 point
×
×
  • Create New...