dear coders,
i guess many players are kinda sick of getting repeating questions during the quiz event (it's simply not funny)...
so here are two ways to avoid them: ...
1. (not the one i would prefer, because it will cause too much lag):
- before a question gets chosen, check if it was asked already
just a simple (if blabla then blubblub routine)
2. (this is my favourite, because there wouldn't be any lag to the users)
- when the quiz get's set up just select 20 questions out of your pool/database and make sure that inside those 20 questions aren't doubled questions
and then just run through the list of those 20 questions when the quiz started
---
it is really simple to do it - i am really not sure why you can't get it done....
want to know how to do it?^^
send me a PM
i guess many players are kinda sick of getting repeating questions during the quiz event (it's simply not funny)...
so here are two ways to avoid them: ...
1. (not the one i would prefer, because it will cause too much lag):
- before a question gets chosen, check if it was asked already
just a simple (if blabla then blubblub routine)
2. (this is my favourite, because there wouldn't be any lag to the users)
- when the quiz get's set up just select 20 questions out of your pool/database and make sure that inside those 20 questions aren't doubled questions
and then just run through the list of those 20 questions when the quiz started
---
it is really simple to do it - i am really not sure why you can't get it done....
want to know how to do it?^^
send me a PM
Comment