[HELP] I need help with gate
#2

pawn Код:
new timer;

OnPlayerEnterCheckpoint(playerid)
{
  timer = SetTimer("opengate", 3000, 0);
  return 1;
}

OnPlayerLeaveCheckpoint(playerid)
{
  KillTimer(timer);
  return 1;
}

forward opengate();
public opengate()
{
  MoveObject();
  return 1;
}
Reply


Messages In This Thread
[HELP] I need help with gate - by Selluliitti_mies - 19.03.2009, 10:10
Re: [HELP] I need help with gate - by Vince - 19.03.2009, 10:14
Re: [HELP] I need help with gate - by Selluliitti_mies - 19.03.2009, 11:08

Forum Jump:


Users browsing this thread: 1 Guest(s)