mSelection Dealerships
#1

Two questions:

1. Do these functions do the same thing? what's the diffrence between them if they have?

Код:
stock IsADTCar(carid)
{
	for(new v = 0; v < sizeof(DTVehicles); v++)
	{
	    if(carid == DTVehicles[v]) return 1;
	}
	return 0;
}
Код:
stock IsADTCar(carid)
{
	for(new v = 0; v < sizeof(DTVehicles); v++) if(carid == DTVehicles[v]) return 1;
	return 0;
}
2. If someone can give me an example/give me a link for script for a dealership system based on mSelection include like skins mSelection? i didnt find anything...


+REP
Reply


Messages In This Thread
mSelection Dealerships - by Lidor124 - 10.01.2015, 20:45
Re: mSelection Dealerships - by mirou123 - 10.01.2015, 21:06

Forum Jump:


Users browsing this thread: 1 Guest(s)