Infinity_ Posted October 1, 2024 Posted October 1, 2024 (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, 2024 by Infinity_ 13
Infinity_ Posted October 1, 2024 Author Posted October 1, 2024 (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, 2024 by Infinity_ 7
Linkan Posted October 15, 2024 Posted October 15, 2024 (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, 2024 by Linkan
Infinity_ Posted October 15, 2024 Author Posted October 15, 2024 (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, 2024 by Infinity_ 1
Linkan Posted October 15, 2024 Posted October 15, 2024 (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, 2024 by Linkan
PhantomS Posted October 15, 2024 Posted October 15, 2024 I suggested something similar a while ago Cool suggestion 😎 1
Infinity_ Posted 22 hours ago Author Posted 22 hours ago @Jay @JojoDb @Kain @NanoBob @Brophy Thoughts on it? Already got 11 yes and zero objections. What are your thoughts? I have the code ready for review. 1 1
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