DCMD???
#5

pawn Код:
dcmd_open()
{
  //OpenLVPDGate(3.0);
  return 1;
}

dcmd_close()
{
  //CloseLVPDGate(3.0);
  return 1;
}
Thats what i have now,

But a minute ago it was,

pawn Код:
dcmd_open(playerid)
{
  //OpenLVPDGate(3.0);
  return 1;
}

dcmd_close(playerid)
{
  //CloseLVPDGate(3.0);
  return 1;
}
But first it was

pawn Код:
dcmd_open(playerid, params[])
{
  //OpenLVPDGate(3.0);
  return 1;
}

dcmd_close(playerid, params[])
{
  //CloseLVPDGate(3.0);
  return 1;
}
But the first 2 brung loads errors,
So now im just using

pawn Код:
dcmd_open()
{
  //OpenLVPDGate(3.0);
  return 1;
}

dcmd_close()
{
  //CloseLVPDGate(3.0);
  return 1;
}
Reply


Messages In This Thread
DCMD??? - by JoeDaDude - 01.01.2010, 20:32
Re: DCMD??? - by MerLow - 01.01.2010, 20:36
Re: DCMD??? - by JoeDaDude - 01.01.2010, 20:38
Re: DCMD??? - by MerLow - 01.01.2010, 20:50
Re: DCMD??? - by JoeDaDude - 01.01.2010, 20:56
Re: DCMD??? - by Correlli - 01.01.2010, 20:57
Re: DCMD??? - by JoeDaDude - 01.01.2010, 21:26
Re: DCMD??? - by MadeMan - 01.01.2010, 21:37
Re: DCMD??? - by MerLow - 01.01.2010, 21:41
Re: DCMD??? - by Correlli - 01.01.2010, 22:11

Forum Jump:


Users browsing this thread: 3 Guest(s)