untoha Posted July 21, 2021 Posted July 21, 2021 (edited) hi folks. i don't have acces to server where i play. i wanna to understand is that possible to create simple client chat command and not manage it on server but manage it locally only. for example index.js mp.events.add("playerChat", (text) => { if (text === "test") { mp.gui.chat.push("You wrote 'test' in chat."); log.something.to.file; } }); client not regiter my command. may be i put in wrong folder. GTA5RP\RageMP\client_resources\downtown.gta5rp.com_22005\ here is placed resources for server where i playing but when launcher started it delete my files. they not loading even if i put them there after client start. if that is possible then please specify what files and in what folders should be for registering that event. thanks in advance folks! Edited July 21, 2021 by untoha
Kopra Posted July 21, 2021 Posted July 21, 2021 Make your own server and then you will be able to do much more
untoha Posted July 21, 2021 Author Posted July 21, 2021 (edited) thanks a lot but i dont wanna my own server. is it possible to just log to file locally if in chat text=="test" while playing on another server without access to server side? Edited July 21, 2021 by untoha
Kopra Posted July 21, 2021 Posted July 21, 2021 No, it is not possible and I don't think that server owners would like that, even if its only local, why would you want to do such manipulations?
untoha Posted July 21, 2021 Author Posted July 21, 2021 (edited) i wanna create logging of deserters. they take armor+gun on faction title|spawn but then leave and do not take part in events. for that i wanna to log players that is close to me. i thought to do this by make them type + in local chat where i see their nickname and log them. i'm not a server dev i'm just regular player so i don't have access to server for that =( Is that possible to implement this somehow? Edited July 21, 2021 by untoha
untoha Posted July 21, 2021 Author Posted July 21, 2021 (edited) its possible by tesseract ocr but it looks ugly as mtfkr... thank you for your answer. Edited July 21, 2021 by untoha
vsevolod.ivan Posted July 21, 2021 Posted July 21, 2021 1 час назад, untoha сказал: its possible by tesseract ocr but it looks ugly as mtfkr... thank you for your answer. Not. For this they are banned. It's almost like a cheat.
untoha Posted July 22, 2021 Author Posted July 22, 2021 (edited) before speak about this just google little bit what tesseract ocr is Edited July 22, 2021 by untoha
RobertoCarlo Posted July 22, 2021 Posted July 22, 2021 22 hours ago, untoha said: thanks a lot but i dont wanna my own server. is it possible to just log to file locally if in chat text=="test" while playing on another server without access to server side? If you get access to the client side of the server, then you get the option to get access to the server side. It is not safe.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now