lifesheets Posted July 5, 2023 Posted July 5, 2023 (edited) API to simplify the development of game servers for the RAGE:MP 1.1 platform of the Grand Theft Auto V game moulification. Clientside: - mp.events handler - Browser cef handler - Handler for game cameras - Handler for code drawing (Debug) - A handler for sending a callRemote from the browser. Serverside: - Connecting to the database via the Sequelize framework. - Sending emails to players' emails. - Handler for code drawing (Debug). Any suggestions to be added suggest. You can download it from the link below. wixcore/framework: API to simplify the development of game servers for the RAGE:MP 1.1 platform of the Grand Theft Auto V game moulification. (github.com) Edited July 5, 2023 by lifesheets
nokwin Posted July 5, 2023 Posted July 5, 2023 I suggest to move everything to typescript. And do not leave comments in code in Ukrainian, because you decided to share it with international community
lifesheets Posted July 10, 2023 Author Posted July 10, 2023 ### Server-side 1. [terminal] - debug (message, ...args) 2. [discord] - sendMessage(hook, name, title, avatar, description, footerImg, color) 3. [mailer] - send(to, subject, message) 4. [mysql] - sequelize.org/docs/v6/ ### Client-side 1. [terminal] - debug (message, ...args) 2. [browser] - stringValue(text) - objectValue(object) 3. [camera] - create(x, y, z, toX, toY, toZ, fov) - destroy() - moveTo(x, y, z, toX, toY, toZ, time, fov) - tpTo(x, y, z, toX, toY, toZ, fov)
Kopra Posted July 12, 2023 Posted July 12, 2023 Writing framework in pure Javascript in 2023 is not a good idea in my opinion. Use typescript. I support the idea of this tho. 1
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