Jump to content

Recommended Posts

Posted (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 by lifesheets
  • lifesheets changed the title to Development of a new framework (Alpha 0.0.1).
Posted

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 :) 

Posted
### 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)
Posted

Writing framework in pure Javascript in 2023 is not a good idea in my opinion. Use typescript. 
I support the idea of this tho.

  • Take2 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...