12.06.2009, 20:28
pawn Код:
public IsACopCar(carid)
{
new vehicle = GetVehicleModel(carid);
if(vehicle == 597)
{
return 1;
}
return 0;
}
I get in try cuff and it says im not in a registered car,
So i goto SFPD using /gotosf, And try get in that car,
And again try cuff, It still says im not in copcar,
Is that looking for like... new 597?
If it is how to make it search for the vehicle id 597