Errors With this [FS]
#4

Quote:
Originally Posted by robert4049
302 - 313
Код:
public OnFilterScriptExit()

}
	for(new c=0;c<Vehicles;c++)
	{
		DestroyVehicle(Veh[c]);
	}
	return 1;
}

	return 0;
}
>_> Replace with this:

Код:
public OnFilterScriptExit()
{
	for(new c=0; c<Vehicles; c++)
	{
		DestroyVehicle(Veh[c]);
	}
	return 1;
}
Reply


Messages In This Thread
Errors With this [FS] - by robert4049 - 29.03.2010, 23:42
Re: Errors With this [FS] - by Noredine - 29.03.2010, 23:58
Re: Errors With this [FS] - by robert4049 - 30.03.2010, 00:06
Re: Errors With this [FS] - by PotH3Ad - 30.03.2010, 00:30
Re: Errors With this [FS] - by Babul - 30.03.2010, 00:33
Re: Errors With this [FS] - by Noredine - 30.03.2010, 02:17

Forum Jump:


Users browsing this thread: 1 Guest(s)