Jump to content
  • 0

Problema Streamer


leon

Question

Am o problema la poarta asta.

Cand apas sa se deschida se da in fata si se invarte, se amesteca rotatia, nush ce are :((.

E ceva de la Streamer

forward ArmyClose(playerid);
new army;

	army = CreateDynamicObject(987, -1525.70, 482.20, 6.20, 0.00, 0.00, 179.25);

	if (newkeys==KEY_FIRE) // [ NG Gate ] 1
	{
		if(IsPlayerConnected(playerid))
		{
			if(PlayerToPoint(5.0, playerid,-1530.3851,487.3174,7.1797))
			{
				if(PlayerInfo[playerid][pMember]== 0 || PlayerInfo[playerid][pLeader]== 0)
				{
					SendClientMessage(playerid, COLOR_LIGHTBLUE, "Poarta se va inchide in 3 secunde");
					MoveDynamicObject(army, -1534.70, 482.30, 6.20, 2);
					SetTimer("ArmyClose", 3000, 0);
				}
			}
		}
	}

public ArmyClose()
{
	MoveDynamicObject(army,-1525.70, 482.20, 6.20, 3.5);
	return 1;
}

i0418xcttya707ofg.jpg

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.