17.05.2014, 20:28
inputtext is a string, in which you need to use strcmp.
If you are trying to ask a player for a numerical input, one way you could do it is with sscanf. That would be the easiest in my opinion.
If you are trying to ask a player for a numerical input, one way you could do it is with sscanf. That would be the easiest in my opinion.