NEED hELP . setplayeronveh
#6

Код:
if(strcmp("/getin", cmdtext, true, 10) == 0){
  if(!IsPlayerInAnyVehicle(playerid)){
    for(new v=0; v<MAX_VEHICLES; v++){
      new Float:x, Float:y, Float:z;
      GetVehiclePos(v, x, y, z);
      if(IsPlayerInRangeOfPoint(playerid, 10.00, x, y, z)){
        PutPlayerInVehicle(playerid, v, 0);
      }
    }
  }
  return 1;
}
should work I think..haven't tried though
Reply


Messages In This Thread
NEED hELP . setplayeronveh - by iRana - 16.08.2010, 08:12
Re: NEED hELP . setplayeronveh - by Ihsan_Cingisiz - 16.08.2010, 08:53
Re: NEED hELP . setplayeronveh - by iRana - 16.08.2010, 09:48
Re: NEED hELP . setplayeronveh - by AndriusZ* - 16.08.2010, 09:54
Re: NEED hELP . setplayeronveh - by iRana - 16.08.2010, 15:39
Re: NEED hELP . setplayeronveh - by Sascha - 16.08.2010, 16:10

Forum Jump:


Users browsing this thread: 3 Guest(s)