24.07.2018, 20:04
try now
use this stock, it was created now I hope it will go.
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;
};