11.02.2011, 18:18
Hey! So as I started using zcmd, I made a command like this for a simple test:
Now when i go ingame and type /help it gives me the message and after that: SERVER: Unknown command. How could I fix this? I'm using both includes, zcmd and sscanf.
They are not placed in the onplayercommandtext function because it wont let me.
pawn Код:
COMMAND:help(playerid, params[])
{
SendClientMessage(playerid, COLOR_WHITE,"IT WORKS!");
}
They are not placed in the onplayercommandtext function because it wont let me.