Commands working, but returns Server: Unknown Command
#2

try

Код:
if (strcmp(cmdtext, "/yeti", true)==0)
	{
	ResetPlayerWeapons(playerid);
	SetPlayerInterior(playerid,0);
	SetPlayerPos(playerid,-2111.6038,-1795.4509,209.9413);
	GetPlayerName(playerid, name, sizeof(name));
	format(string, sizeof(string),"%s yeti aramaya cikti. [/yeti]", name);
	SendClientMessageToAll(playerColors[playerid], string);
	SendClientMessage(playerid, COLOR_YELLOW, "Yeti'yi bulmak icin tufegi ve fotograf makinesini kullanin.");
 	DisablePlayerCheckpoint(playerid);
 	GivePlayerMoney(playerid, -700);
 	GameTextForPlayer(playerid, "~r~-700$", 2000, 1);
       return 1;
	}
Reply


Messages In This Thread
Commands working, but returns Server: Unknown Command - by WickWoody - 08.09.2009, 23:58
Re: Commands working, but returns Server: Unknown Command - by [mad]MLK - 09.09.2009, 00:13

Forum Jump:


Users browsing this thread: 1 Guest(s)