Id vehicle
#2

Do you want to calculate the vehicles?
Код:
stock CountVehicles(){
	new cnt=0;
	for(new i = 1; i <= MAX_VEHICLES; i++){
		if(IsValidVehicle(i)){
			cnt += 1;
		}
	}
	return cnt;
}
Reply


Messages In This Thread
Id vehicle - by Mister0 - 08.10.2015, 12:24
Re: Id vehicle - by AbyssMorgan - 08.10.2015, 13:46
Re: Id vehicle - by d3ll - 08.10.2015, 13:53
Re: Id vehicle - by Sew_Sumi - 08.10.2015, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)