"SERVER: Unknown command." Problem
#1

Hey guys, I have a problem with my Vstorage command that I have been scripting today.
it returns "SERVER: Unknown command." with usage ingame.

I have the latest of all plugins / includes, I am doing something wrong here somehow.

here is my code http://pastebin.com/NeWUnKzG


also the CMD:
Код:
CMD:vstorage(playerid, params[])
{
	if(Player[playerid][IsLoggedIn] == false)
	{
		SendClientMessage(playerid, COLOR_WHITE, "You are not logged in.");
		return 0;
	}
	else if(Player[playerid][IsLoggedIn] == true)
	{
		vstorageShow(playerid);
 		return 1;
	}
	return 1;
}
Reply


Messages In This Thread
"SERVER: Unknown command." Problem - by SkyFlare - 27.11.2016, 19:35
Re: "SERVER: Unknown command." Problem - by Konstantinos - 27.11.2016, 19:42
Re: "SERVER: Unknown command." Problem - by SkyFlare - 27.11.2016, 19:49
Re: "SERVER: Unknown command." Problem - by Konstantinos - 27.11.2016, 19:52
Re: "SERVER: Unknown command." Problem - by SkyFlare - 27.11.2016, 19:56
Re: "SERVER: Unknown command." Problem - by Konstantinos - 27.11.2016, 20:06
Re: "SERVER: Unknown command." Problem - by SkyFlare - 27.11.2016, 20:16
Re: "SERVER: Unknown command." Problem - by Konstantinos - 27.11.2016, 20:20
Re: "SERVER: Unknown command." Problem - by SkyFlare - 27.11.2016, 20:25

Forum Jump:


Users browsing this thread: 1 Guest(s)