Open doors with one cmd
#1

Hi, all!
So I made a 4 cmds for door opening and closing. Maybe someone can help. I wanna make a one cmd for doors.


cmds
Код:
CMD:old(playerid, params[])
{
	if(!IsPlayerInRangeOfPoint(playerid, 1.8, 163.88570, 2510.17822, -89.91240)) return SendClientMessage(playerid, lightblue, "You're not at lounge room enterance!");{
		MoveObject(LoungeRoom, 163.88570, 2508.83838, -89.91240, 2.0);
	}
	return 1;
}

CMD:cld(playerid, params[])
{
	if(!IsPlayerInRangeOfPoint(playerid, 1.8, 163.88570, 2510.17822, -89.91240)) return SendClientMessage(playerid, lightblue, "You're not at lounge room enterance!");{
		MoveObject(LoungeRoom, 163.88570, 2510.17822, -89.91240, 2.0);
	}
	return 1;
}

CMD:ogd(playerid, params[])
{
	if(!IsPlayerInRangeOfPoint(playerid, 1.8, 168.4030,2489.5740,-88.9141)) return SendClientMessage(playerid, lightblue, "You're not at Guard office enterance!");{
		MoveObject(GuardRoom, 166.34940, 2489.65137, -89.93290, 2.0);
	}
	return 1;
}

CMD:cgd(playerid, params[])
{
	if(!IsPlayerInRangeOfPoint(playerid, 1.8, 168.4030,2489.5740,-88.9141)) return SendClientMessage(playerid, lightblue, "You're not at Guard office enterance!");{
		MoveObject(GuardRoom, 167.66940, 2489.65137, -89.93290, 2.0);
	}
	return 1;
}
.. and "some shits"
Код:
new GuardRoom;
new LoungeRoom;

GuardRoom = CreateObject(1495, 167.66940, 2489.65137, -89.93290, 0.00000, 0.00000, 0.00000);
LoungeRoom = CreateObject(1495, 163.88570, 2510.17822, -89.91240, 0.00000, 0.00000, 90.00000);
Plz help, I want to learn how to create this type of commands.
Reply


Messages In This Thread
Open doors with one cmd - by thaKing - 03.06.2014, 12:40
Re: Open doors with one cmd - by rockhopper - 03.06.2014, 12:46
Re: Open doors with one cmd - by Youice - 03.06.2014, 12:46
Re: Open doors with one cmd - by Konstantinos - 03.06.2014, 12:48
Re: Open doors with one cmd - by thaKing - 03.06.2014, 12:52

Forum Jump:


Users browsing this thread: 5 Guest(s)