A other moveobject/gate problem.
#2

Yea, Your Script is bad

Ill Show you how the first Command Should be.


Код:
if(strcmp("/closegate", cmdtext, true, 10) == 0)
	{
         if(PlayerToPoint(15.0, playerid,316.23278809,-1785.50659180))
		{
		 if (gTeam[playerid] == TEAM_GROVE)
 		{
		 	MoveObject(hqgate, 305.02368164063, -1782.9171142578, 6.4842948913574, 1.500000);
 			GameTextForPlayer(playerid, "Gate ~r~closing", 5000, 6);
 			new Float:pX, Float:pY, Float:pZ;
			PlayerPlaySound(playerid,1057,pX,pY,pZ);
   		}
    	return 1;
	}
At the top add new hqgate;
Reply


Messages In This Thread
A other moveobject/gate problem. - by Noner - 08.07.2011, 13:00
Re: A other moveobject/gate problem. - by HayZatic - 08.07.2011, 13:05
AW: A other moveobject/gate problem. - by Gomma - 08.07.2011, 13:09
Re: A other moveobject/gate problem. - by [HiC]TheKiller - 08.07.2011, 13:09
Re: A other moveobject/gate problem. - by Noner - 08.07.2011, 13:14
Re: A other moveobject/gate problem. - by HayZatic - 08.07.2011, 13:16
Re: A other moveobject/gate problem. - by Noner - 08.07.2011, 13:17
Re: A other moveobject/gate problem. - by HayZatic - 08.07.2011, 13:25
Re: A other moveobject/gate problem. - by Noner - 08.07.2011, 14:13

Forum Jump:


Users browsing this thread: 2 Guest(s)