SA-MP Forums Archive
UNKONOW command! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: UNKONOW command! (/showthread.php?tid=303647)



UNKONOW command! - Mr.R - 14.12.2011

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 ?


Re: UNKONOW command! - vincee - 14.12.2011

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


Re: UNKONOW command! - Mr.R - 14.12.2011

No, i use only zcmd command.


Re: UNKONOW command! - vincee - 14.12.2011

At least show some scripting.


Re: UNKONOW command! - Mr.R - 14.12.2011

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;
}




Re: UNKONOW command! - Jochemd - 14.12.2011

Maybe you forgot to script /about


Re: UNKONOW command! - Mr.R - 14.12.2011

No, no it's in script


Re: UNKONOW command! - vincee - 14.12.2011

And are you sure that you only have ZCMD commands?


Re: UNKONOW command! - Mr.R - 14.12.2011

Yes I'm sure


Re: UNKONOW command! - shitbird - 15.12.2011

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