Gate help!
#4

Quote:
Originally Posted by candyboy
yo TTJJ,
TTJJ i need gate closing command also. Also i need for 0.2x not for 0.3a And you for doing the script for me!!!! And




Regards
candyboy
Like TTJ said its realy simple


try this

Top of script

Код:
new gate;
Under OnGameModeInit
Код:

gate = CreateObject(987, 315.5947265625, -1172.8193359375, 79.9140625, 0.000000, 0.000000, 224.30236816406); //
Код:
if (strcmp("/opengate", cmdtext, true, 10) == 0)
	{   MoveObject(playerid,987, 315.5947265625, -1172.8193359375, 79.9140625, 0.000000, 0.000000, 224.30236816406.5);
        SendClientMessage(playerid,0xFFFFF,"Gates Open");
		return 1;
	}

Код:
if (strcmp("/closegate", cmdtext, true, 10) == 0)
	{   MoveObject(playerid,COORDS OF YOUR GATE CLOSED");
        SendClientMessage(playerid,0xFFFFF,"Gates Closed");
		return 1;
	}

Simple


Jay.


2.0x Version.
Reply


Messages In This Thread
Gate help! - by candyboy - 04.06.2010, 07:05
Re: Gate help! - by TTJJ - 04.06.2010, 12:25
Re: Gate help! - by candyboy - 04.06.2010, 17:46
Re: Gate help! - by Jay. - 04.06.2010, 17:49
Re: Gate help! - by candyboy - 04.06.2010, 18:11
Re: Gate help! - by Jay. - 04.06.2010, 18:15
Re: Gate help! - by candyboy - 04.06.2010, 18:26
Re: Gate help! - by Jay. - 04.06.2010, 18:27
Re: Gate help! - by Flashy - 04.06.2010, 18:29
Re: Gate help! - by candyboy - 04.06.2010, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)