How to get random round?
As topic says, how to get random ROUNDS in each map, so sometimes function happens only one time in map, sometimes 3 times etc.
Thanks |
Re: How to get random round?
new variable = random(100)
if(variable < 10) { StartFunction() } |
Re: How to get random round?
Quote:
Quote:
|
Re: How to get random round?
Code:
a function that only happens a random number of times on a map |
Re: How to get random round?
You need to give more details. What is this function and how often is it supposed to happen? What is the maximum number of times you want this function to happen? etc.
|
Re: How to get random round?
I would like to get random players in each map, so they can smell a vip. It should happen maximum 3 times in map ( but it shouldn't loss every map. )
|
Re: How to get random round?
Why you don't try ZP's chance idea ?
|
Re: How to get random round?
I don't know how zombie mods works, because I never had one, so I couldn't know that there is a thing.
|
Re: How to get random round?
You will need to answer all questions asked of you if you want a real answer.
|
Re: How to get random round?
This function should do itself randomly on all maps without admin help. It would in random rounds loss a player, that earn something from VIP. Function shouldn't happen every map, but if do, it loss maximum in 3 rounds. I think, that I gave everything.
|
| All times are GMT -4. The time now is 20:40. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.