06.12.2014, 10:55
The problem is actually on line 1009:
Delete the bracket.
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).
Delete the bracket.
Quote:
PHP код:
PHP код:
|
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).