UNKONOW command!
#1

Hi all, i have any problem with my map... when i write in server command "/about"(command with dialog) i have massage: Unknow command. other commands (with dialog) also have the same error. Can you help me ?
Reply
#2

If you're using DCMD with strcmp the dcmd disables all strcmp commands.
Reply
#3

No, i use only zcmd command.
Reply
#4

At least show some scripting.
Reply
#5

this command dosn't work :
Quote:

CMD:about(playerid, params[])
{
new stra[1500];

strcat(stra, ""C_LIGHTBLUE"#################################### ###############\n");
strcat(stra, " "C_GREEN"Autor: Mlodzialek954\n");
strcat(stra, " "C_ORANGE"Wspуłpraca:"C_WHITE" Recovery, Radeh2\n");
strcat(stra, " "C_RED"Wszystkie błędy prosimy zgłaszać na www.pts-web.com.pl\n"); Poleć znajomym
strcat(stra, " "C_PINK"Mapa używa:\n");
strcat(stra, " "C_GREY"ZCMD by ZeeX\n");
strcat(stra, " "C_GREY"sscanf2, foreach oraz y_timers by ******\n");
//strcat(stra, " "C_GREY"Double-o-files by Double-o-seven\n");
strcat(stra, " "C_GREY"streamer oraz audio plugin by Incognito\n");
strcat(stra, " "C_GREY"tplugin by Terminator3\n");
strcat(stra, ""C_LIGHTBLUE"#################################### ###############\n");
ShowPlayerDialog(playerid, 6462, DIALOG_STYLE_MSGBOX, "Autor", stra, "Zamknij", "");
return 1;
}

Reply
#6

Maybe you forgot to script /about
Reply
#7

No, no it's in script
Reply
#8

And are you sure that you only have ZCMD commands?
Reply
#9

Yes I'm sure
Reply
#10

Are you loading any filterscripts? if so, make sure their callbacks are not interfering with your gamemodes callbacks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)