23.04.2017, 20:18
How can cookies either be less than 1 and higher than 100 at the same time?
Read the code carefully
Also note what he said above, when you use "i" for numbers, you don't need to define a string length [length] in the sscanf. That is only needed when you use "s" for strings.
Read the code carefully

Also note what he said above, when you use "i" for numbers, you don't need to define a string length [length] in the sscanf. That is only needed when you use "s" for strings.
PHP код:
if(cookies < 1 && cookies > 100)

