20.02.2010, 09:07
Here is the cop and fbi cars + the predator boat + police maverick
pawn Код:
forward IsInCopCar(vehicleid);
public IsInCopCar(vehicleid)
{
switch(GetVehicleModel(vehicleid))
{
case 427, 430, 490, 497, 528,
596, 597, 598, 599, 601:
{
return 1;
}
}
return 0;
}