Quote:
Originally Posted by saffierr
::Nevermind::
It's fixed!
I just had to put %s instead of %i.
But can you explain me, How should I know ip is a %s(tring) and not %i(nteger) because integer has to do with numbers, but so does an ip lol.
|
Because it contains dots, like "127.0.0.1", while an integer would only be able to hold "127001", which is incorrect.