Rudolf Cicko
-
Posts
8 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Posts posted by Rudolf Cicko
-
-
Hi, I've been trying for some time to increase the visual damage of a car. Is it even possible?
For example if I just crash a little, I can see more prominent folding of the car body.
Thanks in advance,
Rudy
-
I fixed it! I had to open also the port 22006. (The port after that one (port + 1, so 22006 by default) will be used for the HTTP server that hosts the client packages for the clients to download from.)
-
While locally everything works pretty well, when I tried to connect to my ragemp server in my ubuntu based machine in vultr.com, I see the following error message in my local machine:
"ERROR: Can't establish secure connection, please try again. This is an error of the server you're playing on. Please report it to server administrators."
While in my server, I can see the request was received by ragemp since I can read "Incoming connection from <my ip>", which seems correct.
As extra information I can just say that the only thing I did after installing the ragemp server is open the 22005 (default port) in the server machine to the outside world with the command ufw allow 22005.
I also tried to modify the conf.json file, for example enable-http-security: true and encryption: true , but I am still getting the same result.
Any ideas what can be the reason? I can share more information if it can help.
Thank you in advance!
-
Try update/download latest RAGE MP client
-
On 11/9/2022 at 5:16 PM, LT.Steiner said:
Hello after almost 2 years.
I have a question, How can I check Player is in vehicle on client-side js?!
I tried this:
if (mp.players.local.isInVehicle()){ // Do something }
is it true?!
Yes that should work. Also you can check if mp.players.local.vehicle is not null
-
// Get the current player object Player player = Game.Player; // Get the current weapon object Weapon weapon = player.Character.Weapons.Current; // Get the hash code of the weapon int hashCode = weapon.Hash;
I hope it helps!
-
1
-
-
On 5/18/2019 at 7:50 PM, xalqatraz said:
Maybe you can install an VM on your MacBook https://www.virtualbox.org/wiki/Downloads, install an WIN10 Image.
Wouldn't that compromise performance too much?

Stress Test
in Discussion
Posted
Hi everyone!
I would like to perform a stress test somehow to see how many users can my server manage before reaching lagging and hardware resource limits. Basically I would need to "simulate" many clients and connect them at the same time, ideally also automatise some kind of operations so they don't just stand there.
Has anyone experience with such things? or any ideas how to perform such tests.
PD: Also I would like to see if my server could manage running multiple GTA servers at the same time (not sure if it's possible because IP would be the same for all, despite different ports)