Jordan409 0 Posted October 1, 2018 11 hours ago, MarkCavalli said: Just take a look on log in history. Or you can create new account. Your console says that email or password invalid Hello again the same problem even having created another account I do not understand why. In the folder app / server / SMailer.js in user it is indeed the gmail of the google account and in pass the password of my account ?. THANK YOU Share this post Link to post Share on other sites
DubStepMad 0 Posted October 1, 2018 Anyone with sMailer issues regarding invalid password and so on please click this link and see if the gmail account can have this activated, if so please turn this to On (can NOT have 2 step auth) https://myaccount.google.com/lesssecureapps Share this post Link to post Share on other sites
Pfann 0 Posted October 1, 2018 Im currently unable to test. so i ask here. Does this gamemode have Medics to revive and heal? Mecanos to tow and repair and Police to handcuff and take to prison ? Share this post Link to post Share on other sites
Jordan409 0 Posted October 4, 2018 (edited) On 10/1/2018 at 10:27 PM, DubStepMad said: Anyone with sMailer issues regarding invalid password and so on please click this link and see if the gmail account can have this activated, if so please turn this to On (can NOT have 2 step auth)https://myaccount.google.com/lesssecureapps I still have the same problem while everything is well configured I put my email and password in SMailer.js and I have activated the option on my account I really do not understand what happens. thank you http://www.noelshack.com/2018-40-4-1538674786-captxwure.png http://www.noelshack.com/2018-40-4-1538674786-cadpture.png http://www.noelshack.com/2018-40-4-1538674786-capture.png http://www.noelshack.com/2018-40-4-1538674786-cadpture.png http://www.noelshack.com/2018-40-4-1538674786-cadpture.png http://www.noelshack.com/2018-40-4-1538674786-captxwure.png Edited October 4, 2018 by Jordan409 Share this post Link to post Share on other sites
Jordan409 0 Posted October 4, 2018 (edited) http://www.noelshack.com/2018-40-4-1538674786-cadpture.pnghttp://www.noelshack.com/2018-40-4-1538674786-cadpture.png http://www.noelshack.com/2018-40-4-1538674786-cadpture.png http://www.noelshack.com/2018-40-4-1538674786-captxwure.png Edited October 4, 2018 by Jordan409 Share this post Link to post Share on other sites
Lithy 1 Posted October 5, 2018 Hi, thanks for the open source mod, it works well ! I was wondering if there was a wiki or something who explain how to use the cmds and the correct syntax to use them ? or any cmd list ? Share this post Link to post Share on other sites
padcmoi 0 Posted October 6, 2018 (edited) Hi, thanks for your work done on this gamemode,Do you have a last version to offer? Because the version you propose on github, revealed account security problems, and even the rights admins can be easily bypassed, a simple user can become admin -_-., many of bugYet on the version hosted on your server, I tested and these defects do not appear. why I get a green headset when I choose a female character, bug also seen on the demo server cordially Fix -----------------------------> problem variable: server\Basic\sPlayer.js: Line 37: player.adminlvl = d[0].adminlvl; server\Business\sBusiness.js Line 243: if (player.adminLvl < 1) return; error player.adminLvl return undefined because the letter L s a capital letter fix ---> Line 243: if (player.adminlvl < 1) return; = return 0 for the no admin or > 1 if admin Edited October 6, 2018 by padcmoi Share this post Link to post Share on other sites
MarkCavalli 101 Posted October 7, 2018 В 06.10.2018 в 19:57, padcmoi сказал: why I get a green headset when I choose a female character, bug also seen on the demo server I dont know what is it, i think its rage bug... Thank you for bug report... I made a lot of changes and bug fixes since i started private development, so it is final public version on github Share this post Link to post Share on other sites
padcmoi 0 Posted October 7, 2018 (edited) ok Edited October 7, 2018 by padcmoi Share this post Link to post Share on other sites
padcmoi 0 Posted October 9, 2018 Found a bug when you sell a car, not logic sVehicule.js line110 if (!vehicle.ownerId !== player.guid) return; can not sell a car with this line, and its not logic !vehicle.ownerId = if is not is not equal !== player.guid so i fixed with it: line110 if (vehicle.ownerId !== player.guid) return; 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... Share this post Link to post Share on other sites