Unknown command
#1

This error just happened.. Problm is when I type any command it says Unknown command

When I type /aveh it shows textdraws and it is working but it also says unkown command.
Also some commands are working and some not.. I don't get it I am confused..

I have this command
PHP код:
CMD:createorg(playeridparams[])
{
    if(
PlayerInfo[playerid][Admin] < 5)
    {
        
ERROR(playerid"You are not allowed to use that command");
        return 
1;
    }
    new 
orgname[33], Float:XFloat:YFloat:ZFloat:iXFloat:iYFloat:iZ;
    if(
sscanf(params"s[33]fff"nameXYZ))
    {
        
USAGE(playerid"/createorg [Name] [X-int] [Y-int] [Z-int]");
        return 
1;
    } 
When I type /create org it says
PHP код:
USAGE: /createorg [Name] [X-int] [Y-int] [Z-int
And I keep saying that untill i fill all parameters. But as soon as I fill in every parameter it says
Код:
SERVER: Unknown Command
Reply
#2

Show us the full code of your command.
Reply
#3

-FIXED-

I just reduced size of new query[5000] to query[270] xD thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)