19.07.2010, 15:03
(
Последний раз редактировалось Mauzen; 19.07.2010 в 16:07.
)
You forgot to close a bracket and added an ; behind to of the ifs.
Btw, it would be better not to check, if the random id is one that you want to have, but to check if it is one you dont want to have. And if it is so, create a new random id for that variable.
This would make the lines a lot shorter, so you would not exceed the max length.
Edit: corrected
Btw, it would be better not to check, if the random id is one that you want to have, but to check if it is one you dont want to have. And if it is so, create a new random id for that variable.
This would make the lines a lot shorter, so you would not exceed the max length.
Edit: corrected