Command unknown
#1

Hello,
in-game when i write /Cmds it's not working i don't know why it's not working? All commands working fine but /Cmds not working 'Unknown Command write /cmds for commands' but its not working
Reply
#2

Show that piece of script where you created /cmds command.
Reply
#3

It's on GAMEMODE anyhelp?
Reply
#4


I need:
pawn Код:
CMD:cmds(...)
{
// i need what you wrote here
}
or:
pawn Код:
if(strcmp(cmdtext, "/cmds") == 0)
{
// or here
}
Reply
#5

There is no
Код:
CMD:Cmds
pawn Код:
cmds(playerid, params [])
{
    ShowPlayerDialog(playerid, 9985, DIALOG_STYLE_MSGBOX, "{FF0000}» {D1D1D1}Commands", ShowCmds(), "Close","Next");
    return 1;
}
Reply
#6

You use ZCMD include?
Reply
#7

Yes.
Reply
#8

So try to write it as CMD:cmds(playerid, params[]). Working perfectly for me.
Reply
#9

Thanks +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)