How do i make Gates move..
#2

Quote:
Originally Posted by Studio
If i have
CreateObject(980,-2433.378,496.277,31.834,0.0,0.0,203.359)

and i want to move it like
Quote:
Originally Posted by PAWNO
if(strcmp(cmdtext, "/Btgmwsup", true) ==0)
{
MoveObject(GateBTG, -4136.039551, -1669.828979, 6.540470, 3);
SendClientMessage(playerid, COLOR_GREEN, "You have opened to BTG 'n' MW base /Btgmwsupclose to close the gate!");
return 1;
}
if(strcmp(cmdtext, "/Btgmwsupclose", true) ==0)
{
MoveObject(GateBTG, -4136.039551, -1669.828979, 11.540470, 3);
SendClientMessage(playerid, COLOR_GREEN, "You have closed the BTG 'N' MW base gate");
return 1;
}
How do i change the move like
Код:
-4136.039551, -1669.828979, 6.540470, 3
and
Код:
-4136.039551, -1669.828979, 11.540470, 3
Is there any way Changing the position of moving please HELP!
dunno what u mean
explain more explicit
Reply


Messages In This Thread
How do i make Gates move.. - by Studio - 06.08.2009, 12:09
Re: How do i make Gates move.. - by saiberfun - 06.08.2009, 12:51
Re: How do i make Gates move.. - by RayPoda - 06.08.2009, 13:21
Re: How do i make Gates move.. - by Studio - 07.08.2009, 07:03
Re: How do i make Gates move.. - by MadFlavor - 07.08.2009, 07:05
Re: How do i make Gates move.. - by Woet - 07.08.2009, 07:59

Forum Jump:


Users browsing this thread: 1 Guest(s)