Warning 225: Unreachable Code
#6

The problem is actually on line 1009:

Delete the bracket.

Quote:
Originally Posted by StreetRP
Посмотреть сообщение
PHP код:
if (strcmp("/buyguns"cmdtexttrue10) == 0
to

PHP код:
if (strcmp(cmd"/buyguns"true) == 0

cmd should be cmdtext, and comparing "/buyguns" to cmdtext is the same as comparing cmdtext to "buyguns";

It's like if (a == 5) or if (5 == a).
Reply


Messages In This Thread
Warning 225: Unreachable Code - by Zmith - 06.12.2014, 08:25
Re : Warning 225: Unreachable Code - by StreetRP - 06.12.2014, 09:16
Re: Warning 225: Unreachable Code - by AndySedeyn - 06.12.2014, 10:08
Re: Warning 225: Unreachable Code - by Raweresh - 06.12.2014, 10:10
Re: Warning 225: Unreachable Code - by SequenceCuz - 06.12.2014, 10:39
Re: Warning 225: Unreachable Code - by AnthonyTimmers - 06.12.2014, 10:55

Forum Jump:


Users browsing this thread: 2 Guest(s)