ZCMD Linux Problem
#1

I started running my server on Linux and i use ZCMD to make commands. When someone types cmds like /credits, /plugins (they don't exist in my server!) the server crashes. There is nothing written in the server log. What can i do to stop this? It makes me a very big problem.

Thanks in advance!

PS When i remove the ZCMD commands the server works normally
Reply
#2

Show the ZCMD commands
on Which server get's crash
Reply
#3

Here is an example
[pawno]
CMD:healme(playerid, params[])
{
if(Teled[playerid] == 1) return SendClientMessage(playerid,red,"balbablabllb!(/leavedm)");
GivePlayerMoney(playerid, -100);
SetPlayerHealth(playerid, 100);
SendClientMessage(playerid, 0xFFFF00AA, "blbalba!");
return 1;
}
[/pawno]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)