Invisble cars problem
#6

like this:
pawn Код:
public OnGameModeInit()
{
  for(new v=0; v<MAX_VEHICLES; v++)
  {
    LinkVehicleToInterior(v, 0);
  }
  return 1;
}
a loop will repeat itself for a defined amount... there are 3 basic kinds:
"for" "while" and "foreach"
Reply


Messages In This Thread
Invisble cars problem - by Ltz-boy - 11.08.2011, 10:21
Re: Invisble cars problem - by Sascha - 11.08.2011, 10:23
Re: Invisble cars problem - by Ltz-boy - 11.08.2011, 11:09
Re: Invisble cars problem - by sleepysnowflake - 11.08.2011, 11:16
Re: Invisble cars problem - by Ltz-boy - 11.08.2011, 11:23
Re: Invisble cars problem - by Sascha - 11.08.2011, 11:50
Re: Invisble cars problem - by XGh0stz - 11.08.2011, 12:03
Re: Invisble cars problem - by Ltz-boy - 11.08.2011, 13:08
Re: Invisble cars problem - by Ltz-boy - 12.08.2011, 12:28

Forum Jump:


Users browsing this thread: 1 Guest(s)