Infinity_ Posted October 1 Share Posted October 1 (edited) Player v Player System 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 October 8 by Infinity_ 10 Link to comment Share on other sites More sharing options...
Infinity_ Posted October 1 Author Share Posted October 1 (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 October 1 by Infinity_ 7 Link to comment Share on other sites More sharing options...
Linkan Posted October 15 Share Posted October 15 (edited) 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_ Edited October 15 by Linkan Link to comment Share on other sites More sharing options...
Infinity_ Posted October 15 Author Share Posted October 15 (edited) 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 October 15 by Infinity_ 1 Link to comment Share on other sites More sharing options...
Linkan Posted October 15 Share Posted October 15 (edited) 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 October 15 by Linkan Link to comment Share on other sites More sharing options...
PhantomS Posted October 15 Share Posted October 15 I suggested something similar a while ago Cool suggestion 😎 1 Link to comment Share on other sites More sharing options...
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