Jump to content

[Suggestion] Player v Player


[Suggestion] Player v Player  

11 members have voted

  1. 1. Would you like to see this added in the game?


This poll is closed to new votes

  • Please sign in or register to vote in this poll.
  • Poll closed on 11/10/24 at 00:48

Recommended Posts

Player v Player System


2thea7B.png

 

From the image itself is self-explanatory. I'd like to get the community's opinion on this PVP system.

Script mechanics:

- /pvp to trigger the panel.
- You will be able to send/receive a PVP request to/from any player.
- The game-modes are automatically generated and warps are automatic. (Vehicles are handled on its own) No weapons will be given, you will have to be in communication with the player through the party system and set your own rules.
- The PVP system automatically chooses the winner if you wish to play for money.

I'd like your vote whether you'd like this added to the server. If you are voting yes, please suggest a game mode of your own.
If you're voting no, let us know why and if there is anything you'd like to see to change your vote.

Edited by Infinity_
  • Like 10
Link to comment
Share on other sites

Posted (edited)

P1 (Player 1): X,Y,Z
P2 (Player 2): X,Y,Z

If you wish for a player to receive a vehicle upon warping, add "vehicle = id" in the table.

pvpList = {
	["Last Man Standing"] = {
		interior = 10,
		["P1"] = {x=-974.24554,y=1061.08655,z=1345.67542},
		["P2"] = {x=-1132.07324,y=1057.67249,z=1346.41235},
	},
	["Hydra Dogfight"] = {
		interior = 0,
		vehicle = 520,
		["P1"] = {x=-974.24554,y=1061.08655,z=1345.67542},
		["P2"] = {x=-1132.07324,y=1057.67249,z=1346.41235},
	}
}

This is the table for the game modes. If you'd like to add your own game mode, interior, and warping coordinates. So far it only supports 'vehicle' (if you are working on a vehicle game-mode) it would soon have race option for racing game modes.

Edited by Infinity_
  • Like 7
Link to comment
Share on other sites

13 minutes ago, Linkan said:

Is it possible to add winning price. Both opponents have to pay the same amount to play. Like 500k each and winner takes all? @Infinity_

Yes, it is very much possible but I left it out to avoid troubles such as if the player is timed out, unfairly wins, lag, etc. Rather these things could be privately agreed on through party chat. Of course I have ways to add checks to every single occasion but I thought to keep it out to avoid the headache of unnecessary reports being made, money being loss, etc.

But if it’s something players want, I wouldn’t mind adding it, then again: is optional to adhere to the bet & the PVP request, so the money option wouldn’t be a problem.

Edited by Infinity_
  • Moist 1
Link to comment
Share on other sites

I see. Although that makes sense, We still have people "scamming" in 1v1 anyway and reports are bein made. But yeah could be smart to leave it out if its too much of a hassle..
 

Edited by Linkan
Link to comment
Share on other sites

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
×
×
  • Create New...