03.06.2010, 07:41
whats that?
if(strcmp(cmd, "/blowjob", true) || strcmp(cmd, "/bj", true) == 0)
Originally Posted by ViruZZzZ_ChiLLL
Try this :
pawn Код:
|
if(!strcmp(cmd, "/blowjob", true) || !strcmp(cmd, "/bj", true))
{
}
if(strcmp(cmd, "/blowjob", true) == 0 || strcmp(cmd, "/bj", true) == 0))
Remove all '\' on line 1762 |
Originally Posted by MadeMan
Remove all '\' on line 1762
|
/*
----------
--TOPIC--
----------
*/
Originally Posted by MadeMan
There is ///// and \\\\\
The \\\\\ part is causing problems because \ is also used to continue code to next line. |
Originally Posted by DJDhan
Well, anything coming after a comment is ignored.
|