CubeCoders / AMP

Issue tracking and documentation for AMP
https://cubecoders.com/AMP
MIT License
207 stars 38 forks source link

Random number generation for Generic #876

Open spreadkiller opened 1 year ago

spreadkiller commented 1 year ago

Feature Request

Feature Information:

I run a rust server and with the Generic Module that Greelan is developing we are stuck with the same seed on wipes unless we manually put in another seed number, it would be great to have the ability to create a button that can generate a random number and put it into the seed config, and have the ability to tell the generator to only pick from within specified numbers example: (9 - 989191)

I confirm:

xLeviNx commented 1 year ago

Doesn’t this get tricky as the seeds hold an x amount of players really?

spreadkiller commented 1 year ago

Not quite sure what you're thinking, but if im understanding right you're saying that if i were to choose seed 11 it would hold only soo many players?

In that case no, that wouldnt be controlled by the seed, thats the seed size, but even choosing a low seed size will hold quite abit of players, the seed only chooses a pre generated seed from the size you choose, so a size of 1000 would most likely have the same amount of seeds as a size of 4000 and thats quite abit of seeds.

p0t4t0sandwich commented 2 weeks ago

Just added this functionality to my server wipe panel plugin: https://github.com/p0t4t0sandwich/ServerWipePlugin