help key state
#2

Well just change the gate object position when closing gate... an example here:

pawn Код:
if(gate==0)
{
gate = 1;
MoveObject(gatename, 1588.965698, -1637.882690, 7.710285, 1.50);
}
else if(gate==1)
{
gate= 0;
MoveObject(gatename, 1588.965698, -1637.882690, 15.260185, 1.50);
}
Reply


Messages In This Thread
help key state - by [MKD]Max - 08.07.2011, 18:41
Re: help key state - by WoodPecker - 08.07.2011, 18:58
Re: help key state - by andruz99 - 08.07.2011, 20:54
Re: help key state - by Unte99 - 11.07.2011, 18:37

Forum Jump:


Users browsing this thread: 1 Guest(s)