15.03.2020, 19:34
Another useful vehicle function in addition to the previous post
DoesVehicleHaveTurret
DoesVehicleHaveTurret
pawn Code:
DoesVehicleHaveTurret(modelid)
{
switch(modelid)
{
case 407, 432, 564, 601: return 1;
}
return 0;
}