31.05.2015, 23:00
Quote:
|
random(3) can be 0,1,2 (three options)
You need to use random(4), which can be 0,1,2,3 (four options) Also, fixed your code. PHP код:
|
|
random(3) can be 0,1,2 (three options)
You need to use random(4), which can be 0,1,2,3 (four options) Also, fixed your code. PHP код:
|