Sscanf2 question.
#6

Quote:
Originally Posted by Whizion
Посмотреть сообщение
Well, i am:

if(!strcmp(opt, "location", true))
else if(!strcmp(opt, "message", true))
else if(!strcmp(opt, "message", true))

Why are you using ! instead of doing that just make the code like this.

pawn Код:
if(strcmp(opt, "location", true))
{
 // Code Here
 return // your code
}
Reply


Messages In This Thread
Sscanf2 question. - by Whizion - 23.01.2011, 03:49
Re: Sscanf2 question. - by Fool - 23.01.2011, 03:53
Re: Sscanf2 question. - by Whizion - 23.01.2011, 03:58
Re: Sscanf2 question. - by Steven82 - 23.01.2011, 04:01
Re: Sscanf2 question. - by Whizion - 23.01.2011, 04:03
Re: Sscanf2 question. - by Steven82 - 23.01.2011, 04:09
Re: Sscanf2 question. - by Whizion - 23.01.2011, 04:22
Re: Sscanf2 question. - by Whizion - 23.01.2011, 08:20
Re: Sscanf2 question. - by Whizion - 23.01.2011, 09:52
Re: Sscanf2 question. - by Mike Garber - 23.01.2011, 13:52

Forum Jump:


Users browsing this thread: 2 Guest(s)