whoopty 0 Posted February 14 Share Posted February 14 Hello. I'm kinda new in ragemp, I came from SAMP and I have alot of knowledge in Pawn. I'm just confused, what's the main programming language in RageMP? Some of the people are saying C# and some says LUA/JAVA/NODE.JS. Link to post Share on other sites
Kopra 5 Posted February 14 Share Posted February 14 (edited) Hello and welcome! I believe that many people here are from samp community. You can use both C# and NodeJS , there is no "main". I am not sure about lua. There are more resources and gamemodes on forum made in NodeJS and JS so it looks like it is preferred by community, why I do not know, but both NodeJS and C# are great languages. I personally use C# for both client and server side. You can also work with combination of those two, C# for server-side and NodeJS for client side and vice versa. It is all up to you. One of the reasons why I prefer C# is because of much more powerful editor, Visual Studio. Edited February 14 by Kopra Link to post Share on other sites
MrPancakers 152 Posted February 14 Share Posted February 14 4 hours ago, whoopty said: Hello. I'm kinda new in ragemp, I came from SAMP and I have alot of knowledge in Pawn. I'm just confused, what's the main programming language in RageMP? Some of the people are saying C# and some says LUA/JAVA/NODE.JS. Whoever said lua is on crack To correct the above Serverside: C# or NodeJS Clientside: C# or JavaScript (NodeJS is not used clientside) 1 Link to post Share on other sites
whoopty 0 Posted February 14 Author Share Posted February 14 15 hours ago, MrPancakers said: Whoever said lua is on crack To correct the above Serverside: C# or NodeJS Clientside: C# or JavaScript (NodeJS is not used clientside) What's the difference between Server side and Client side. Link to post Share on other sites
Kopra 5 Posted February 14 Share Posted February 14 First go and learn basics of nodeJS or C#, then start with ragemp. If you choose c sharp take a look at this: (613) #RAGEMP v1.1 - Setting up your working environment - YouTube If you choose node and js, you have many resource on internet and forum to learn from. Link to post Share on other sites
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