LVPlayground / playground

The Las Venturas Playground gamemode
Other
33 stars 23 forks source link

Addition of ping moderator #711

Closed Specifer closed 4 years ago

Specifer commented 4 years ago

I created this on looking at other files and so. It complied successfully however I need help on how to send timed client messages to players having moderate ping.

Thank you for making a contribution to Las Venturas Playground!

Please take a moment to fill in the questions in this template, to make it easier for our developers to understand what you're doing.

What is being changed?

Adding a ping moderator

Why is this being changed?

To avoid laggy players from duelling

RussellLVP commented 4 years ago

Hi Specifer,

Thank you for the contribution. Sadly, this won't work: the script doesn't compile, and has a series of logic errors which will cause it to break in practice: you're comparing the player's to be exactly 270, for example.

I don't think we want to kick people based on ping on LVP. Perhaps we might want to give them a warning, however, if they engage in fights. That's something we could check for in the abuse module in JavaScript.

Thanks, Russell