Command Help
#4

Quote:
Originally Posted by Flashy
Replace that in line 332:

pawn Код:
if (strcmp(cmd, "/help", cmdtext, true, 10) == 0)
That will fix you one error, about that both do this

return 0;
}



if (strcmp("/help", cmdtext, true, 10) == 0)

Above if (strcmp("/help", cmdtext, true, 10) == 0) you used } .. and returned 0;
Delete it;
So


if (strcmp("/help", cmdtext, true, 10) == 0)
Reply


Messages In This Thread
Command Help - by Jonny_lockhart - 18.06.2010, 21:32
Re: Command Help - by Flashy - 18.06.2010, 21:39
Re: Command Help - by Jonny_lockhart - 18.06.2010, 21:40
Re: Command Help - by Mina - 18.06.2010, 21:41

Forum Jump:


Users browsing this thread: 1 Guest(s)