MarkCavalli 101 Posted October 10, 2018 9 часов назад, padcmoi сказал: I asked myself a question, for an RP server, Would not it be better to be able to create multiple characters with one account ?, currently only one account can have a single character, out on a RolePlay server, a character can die, with your script, it will be necessary to recreate or delete or change the socialclub. You who made this script must know how to quickly modify this, otherwise it would be interesting for your own server. If you're thinking of making a script of multiple characters, could you share it with us? because its not really a roleplay server this gamemode... I think, one is enough. You can reg another account if you want Share this post Link to post Share on other sites
padcmoi 0 Posted October 10, 2018 (edited) 11 hours ago, MarkCavalli said: I think, one is enough. You can reg another account if you want Hello, this script does not seem to work, moreover there is no command to define a leader like / sethospitalleader. I tried to add myself as factionName in the database -> table usersFaction -> Font but no result, I tried to assign a vehicle to the Police faction, but it does not spawn, I made the same manipulation for Hospital, I managed to spawn the vehicle. So Bug? Syntax error? missing code in the script? there are really nothing who work on this gamemode... can you look on what you propose on Github, because it is a lot of problem for a gamemode, on github, it seems that you have not specified in beta this gamemode i killed an other player for tested, this script dont work, nothing violation Edited October 10, 2018 by padcmoi Share this post Link to post Share on other sites
Sevage 5 Posted October 10, 2018 You can not wait to get a ready-made script here. It serves as a template. You can customize it to your liking. 1 Share this post Link to post Share on other sites
braun 0 Posted October 11, 2018 Привет Марк. Как можно связатся с тобой, пообщатся по поводу сборки? Спасибо. Share this post Link to post Share on other sites
padcmoi 0 Posted October 11, 2018 (edited) On 10/10/2018 at 8:17 PM, Sevage said: You can not wait to get a ready-made script here. It serves as a template. You can customize it to your liking. Hello, customize, but what ?, each script, each code has an error, its an open source role play server, there is more bug than microsoft windows 95 when it was released, same this funtion dont work by example, she detect not the players near except the owner getNearestPlayerInRange(position, range) { const playersInRange = this.getPlayersInRange(position, range); if (!playersInRange) return false; let nearestPlayer = 0; for (const player of playersInRange) { if (player.dist(position) < playersInRange[nearestPlayer].dist(position)) { nearestPlayer = playersInRange.indexOf(player); } } return playersInRange[nearestPlayer]; } I challenge you to find someone who has use it in a devellopement project, the answer nothing on his personal server these functions work, I do not agree with the title on github, wrote beta or unstable role play server, but not open source role play server. I chose his gamemode to have a base on which to devellop, but almost every script has an error, I write this message so that others do not fall into this trap Edited October 11, 2018 by padcmoi Share this post Link to post Share on other sites
Lithy 1 Posted October 25, 2018 Hi, do you know why I cant pass through doors ? Like the vehicle dealer in the city with a door that you can open just by run through in solo mode, I cant when im on your test server, same with the door inside the bank Share this post Link to post Share on other sites
MarkCavalli 101 Posted October 26, 2018 7 часов назад, Lithy сказал: Hi, do you know why I cant pass through doors ? Like the vehicle dealer in the city with a door that you can open just by run through in solo mode, I cant when im on your test server, same with the door inside the bank Its random, you need open/close doors in clientside using doorControl function. I have same problem Share this post Link to post Share on other sites
Lithy 1 Posted October 26, 2018 9 hours ago, MarkCavalli said: Its random, you need open/close doors in clientside using doorControl function. I have same problem Thanks for the reply, Can you help me a bit ? Im not very friendly with code and stuffs, I dont really understand what I need to do 😐 Share this post Link to post Share on other sites
MarkCavalli 101 Posted October 26, 2018 mp.game.object.doorControl(-822900180, 114, 6623, 32, false, 0, 0, 0); mp.game.object.doorControl(-822900180, 108, 6617, 32, false, 0, 0, 0); This code opens 2 doors of LS Customs in Paleto Bay 1 Share this post Link to post Share on other sites
Jordan409 0 Posted October 28, 2018 Hello I have a small problem I would like to translate the mail that we receive for the code in French but even translating it changes nothing. Thank you. http://www.noelshack.com/2018-43-7-1540735938-capture.png http://www.noelshack.com/2018-43-7-1540735938-cahture.png Share this post Link to post Share on other sites