Search the Community
Showing results for tags 'Programming'.
-
Hola buenas noches, mi nombre es Edumaximus, publico este "post" ya que estamos en busca de equipo administrativo, en este caso, Staff y programadores . Es un proyecto de un servidor Roleplay para la plataforma Rage Multiplayer. Es un servidor es cual tenemos la idea de que sea lo más realista posible pero sin pasarse (que se pueda disfrutar). El servidor estará ambientado en la ciudad de Los Ángeles, California, Estados Unidos, pero se roleará estar en Los Santos. El proyecto lo queremos hacer lo más serio posible. A continuación, pondré los requisitos que hay que cumplir. REQUISITOS - Tener mínimo 16 años de edad. - Tener mínimo conocimiento del ámbito de programación, ya sea HTML, CSS y JavaScript (JS). - Tener interés y ganas sobre el proyecto. - Ser activo / tener un horario adecuado para dedicarse al proyecto. (Si usted no dispone de alguno de los requisitos anteriores, mande un MD al Discord del apatado de abajo) INTERESADOS Todo aquel usuario que esté interesado en el proyecto y cumpla los requisitos, enviad un MD al siguiente Discord: Edumaximus#3785 Un cordial saludo, Edumaximus.
-
- Server
- Desarrollo de Servidor
- (and 6 more)
-
Hi there! Question for you, since I'm not sure if I know the correct answer: What is the maximum amount of objects manageable by the RageMP server? For clarification: I especially mean those kind of objects that are created dynamically during runtime. My thoughts on that: Since the NetHandle class (C#) has this signature for its constructor: NetHandle(ushort handle, EntityType type) Now, with this constructor we know that the maximum amount of handles is 65535 (since an ushort has an integer range of 0-65535). But what about the EntityType param? How is the EntityType to be interpreted: It either could be this: "A unique object handle across different EntityType's (which means that there are only 65535 objects possible to be created)" or this: "A local unique object handle which is unique within a single EntityType (which would be (4 * 65535; 4 because of Player, Vehicle, Object and Pickup type; see the enum below) objects possible to be created)" public enum EntityType { Player = 0, Vehicle = 1, Object = 2, Pickup = 3, Blip = 4, Checkpoint = 5, Marker = 6, Colshape = 7, TextLabel = 8 } Or am I on the wrong way anyway? I am interested to know the technical limit. Happy discussing. Sincerely, Vincent
-
Hello everybody, I'm a self educated designer with no degrees also a front end developer however I want to start learning back end programming. I do have the basic fundamentals knowledge from past learning experiences mainly using Javascript, C and Pascal. I have been following RageMP for a while now and I like to be part of the community and contribute in it that's why I wanted to ask as an amateur should I start learning programming on this platform or is there some rather easy other ones that I have to start with? If so can you set me on the wright road with what languages should I start learning and how can I train my programming skills using this platform? Thanks in advance,
-
- support
- programming
-
(and 1 more)
Tagged with:
-
Hello people, I'v just started learning JavaScript with SoloLearn. Two years ago i started to get into c++ with this cours. I think with this webside or by using their app you can learn JavaScript and other languages easily. They can teach you JavaScript, C++, Python, Java, PHP, HTML, Swift, CSS and some others, as well. You have to read what they show you and then they will ask you something about what you did read. After giving the right answer you'll get into the next step. If you have problems, you can get help or talk with other users. Start: https://www.sololearn.com/ JavaScript: https://www.sololearn.com/Play/JavaScript Courses: https://www.sololearn.com/Courses/
- 2 replies
-
- JavaScript
- Java
-
(and 4 more)
Tagged with: