Quote:
Originally Posted by Florin48
try now
PHP код:
stock EnginedVehicles(carid)
{
switch(GetVehicleModel(carid)) {
case 400..480, 482..500, 502..508, 511..554, 556..563, 565..568, 571..583, 585..589, 592, 593, 595..605, 609: return true;
}
return false;
};
use this stock, it was created now I hope it will go.
|
Why stock? Don't abuse "stock" when you don't need it..