Discore
-
Posts
7 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Posts posted by Discore
-
-
В 21.07.2020 в 21:48, sixore сказал:
Where can I see the version that I already have installed?


-
1
-
-
Hello. I can assume two versions of this problem:
- The server you want to connect to uses the old version
- You have a fairly old version (although there is an auto-update). Try deleting completely RAGE:MP and re-install
-
В 18.07.2020 в 14:13, freaky.psd сказал:
Hello guys. Im new at rageMP. I created a server but dont know nothing... How to install mysql, how to write commands for admin, and all that stuff. Can someone help?
Hello. If you are asking yourself how to connect MySQL, then you need to learn the basics of node.js or c#. You can use some of this to write the backend. Just enter the desired question and attach one of these technologies. For example: How do I connect MySQL? If you want to use node.js, I can to recommend for your articles on the w3school website. It's free.
You can find information on how to create a command using the following link:
https://wiki.rage.mp/index.php?title=Getting_Started_with_DevelopmentGood development!



unit testing
in Discussion
Posted
You can write tests without the game API. You can use mock objects. It's simulated objects that mimic the behavior of real objects in controlled ways, most often as part of a software testing initiative