Weird issue with a loop
#7

format(IP, sizeof(IP), ip); This makes an empty string. You would need to replace it with format(IP, sizeof(IP), "%s", ip);
but I dont think its necessary to make a string for IP.. just if(!strcmp(ip, plrip, false))

EDIT: I was wrong about that
Reply


Messages In This Thread
Weird issue with a loop - by biltong - 08.04.2010, 19:15
Re: Weird issue with a loop - by Sascha - 08.04.2010, 19:52
Re: Weird issue with a loop - by biltong - 08.04.2010, 20:01
Re: Weird issue with a loop - by dice7 - 08.04.2010, 20:03
Re: Weird issue with a loop - by biltong - 08.04.2010, 20:14
Re: Weird issue with a loop - by dice7 - 08.04.2010, 20:16
Re: Weird issue with a loop - by M4S7ERMIND - 08.04.2010, 20:19
Re: Weird issue with a loop - by biltong - 08.04.2010, 20:42
Re: Weird issue with a loop - by M4S7ERMIND - 08.04.2010, 21:16
Re: Weird issue with a loop - by biltong - 08.04.2010, 21:20

Forum Jump:


Users browsing this thread: 1 Guest(s)