Making a gate with /open command
#3

pawn Код:
if(!strcmp(cmdtext,"/open",true))
{
  if(!PlayerToPoint(distance,playerid,x,y,z))
    return SendClientMessage(playerid,color,"You have to stand near a moving gate.");
  MoveObject(objectid,x,y,z);
  return SendClientMessage(playerid,color,"Gate opened.");
}
Reply


Messages In This Thread
Making a gate with /open command - by IceColdBaby0o - 24.07.2009, 20:51
Re: Making a gate with /open command - by RyDeR` - 24.07.2009, 20:54
Re: Making a gate with /open command - by MenaceX^ - 24.07.2009, 20:55
Re: Making a gate with /open command - by RyDeR` - 24.07.2009, 20:58
Re: Making a gate with /open command - by IceColdBaby0o - 24.07.2009, 23:20
Re: Making a gate with /open command - by Luciano - 25.07.2009, 00:38
Re: Making a gate with /open command - by IceColdBaby0o - 25.07.2009, 11:35

Forum Jump:


Users browsing this thread: 3 Guest(s)