21.01.2010, 16:05
Yeah of cource, there's a function GetVehicleModel(vehicleid);
Код:
public IsACopCar(vehicleid) { if(GetVehicleModel(vehicleid) == 597) { return 1; } else return 0; }