gate not working
#1

Код:
CMD:paytroll(playerid,params[])
{
    	if(IsPlayerInRangeOfPoint(playerid, 8.0,-638.1337,644.5661,16.6300))
		{
	        SetDynamicObjectRot(gate1, 0.000000, 0, 90);
                GivePlayerCash(playerid, -500);
                SendClientMessage(playerid, 0x00FF00AA, "Gate is opening (Auto-closed in 9 sec).");
                SetTimerEx("GateClose", 9000, true,"i",playerid);
                SetDynamicObjectRot(gate1, 0.000000, 0, -90);
		}
}
Gate open correctly , but she doesn't close automatically
((sorry for bad english ))
Reply


Messages In This Thread
gate not working - by Robert West - 11.01.2013, 19:29
Re: gate not working - by TvW - 11.01.2013, 20:24
Re: gate not working - by Robert West - 11.01.2013, 20:35
Re: gate not working - by TvW - 11.01.2013, 20:43

Forum Jump:


Users browsing this thread: 2 Guest(s)