03.05.2012, 10:52
this my command :
I have warning on line :
warning 217: loose indentation
Why?!?! I try all !!
PHP код:
if(strcmp(cmd, "/a", true) == 0 || strcmp(cmd, "/activity", true) == 0)
{
new string1[128];
tmp = strtok(cmdtext,idx);
if(!strlen(tmp))
{
...................
...........
........
PHP код:
if(strcmp(cmd, "/a", true) == 0 || strcmp(cmd, "/activity", true) == 0)
Why?!?! I try all !!