Why dose this do nothing?
#5

You could do this

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
  new Float:px, Float:py, Float:pz;
  if(GetVehicleModel(vehicleid) == 520)
  {
    GetPlayerPos(playerid, px, py, pz);
    SetPlayerPos(playerid, px, py, pz+3);
    SendClientMessage(playerid, 0xFFFFFFFF, "Sorry but flying a hydra is currently unavalible!");
  }
  return 1;
}
Reply


Messages In This Thread
Why dose this do nothing? - by [mad]MLK - 08.09.2009, 03:04
Re: Why dose this do nothing? - by bubka3 - 08.09.2009, 03:14
Re: Why dose this do nothing? - by [mad]MLK - 08.09.2009, 03:29
Re: Why dose this do nothing? - by farse - 08.09.2009, 03:40
Re: Why dose this do nothing? - by Gappy - 08.09.2009, 03:41
Re: Why dose this do nothing? - by Abernethy - 08.09.2009, 04:11
Re: Why dose this do nothing? - by Gappy - 08.09.2009, 04:48
Re: Why dose this do nothing? - by Mowgli - 08.09.2009, 09:01
Re: Why dose this do nothing? - by MenaceX^ - 08.09.2009, 09:11
Re: Why dose this do nothing? - by Gappy - 08.09.2009, 09:24

Forum Jump:


Users browsing this thread: 2 Guest(s)