Jump to content

Questions about the client and the server


dali_cf

Recommended Posts

Good afternoon to the whole community. Is the following, I am a super beginner programmer in the MTA and am wanting to understand the concepts of client and server. I want to do a job for my server. So what do I have to add in the client script and what do I have to add in the script on the server? The logic, I already have in mind!

Link to comment

You have to understand that there are functions for the server, and there are for the client, and there are common ones that work on the client and on the server.

You need to start with the simplest.

https://wiki.multitheftauto.com/wiki/Main_Page

And since you need an entry in meta.xml, study this.

https://wiki.multitheftauto.com/index.php?title=Meta.xml

-- client functions

https://wiki.multitheftauto.com/wiki/Client_Scripting_Functions

-- client events

https://wiki.multitheftauto.com/wiki/Client_Scripting_Events

-- server functions

https://wiki.multitheftauto.com/wiki/Server_Scripting_Functions

-- server events

https://wiki.multitheftauto.com/wiki/Server_Scripting_Events

P.S But start writing the simplest scripts, first on the client / server, and then learn how to work simultaneously with the client and server.

Edited by Quattrox
Link to comment

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...