10.04.2009, 17:16
Quote:
|
Originally Posted by ♣ ⓐⓢⓢ
pawn Код:
|
pawn Код:
AddStaticVehicle( 3, 0, 0, 0, 0, 0, 0 );
pawn Код:
stock GetVehicleCount()
{
new
count,
model;
for ( new v; v < MAX_VEHICLES; v ++ )
{
model = GetVehicleModel( v );
if ( model > 399 && model < 612 ) count ++;
}
return count;
}

