all commands in one FS returning ERROR:Unknown Command
#2

Return 0 at the end of:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/something", cmdtext, true, 10) == 0)
    {
        // Blah blah
        return 1;
    }
    return 0;//here
}
In all your scripts.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)