24.11.2012, 05:06
Sorry man here you go!
Код:
stock IsLeoVehicle(vehicleid) { for(new i=0; i<26; i++) { if(vehicleid == FacInfo[1][fCars][i]) return 1; } return 0; } stock IsNGVehicle(vehicleid) { for(new i=0; i<26; i++) { if(vehicleid == FacInfo[7][fCars][i]) return 1; } return 0; } stock IsFBIVehicle(vehicleid) { for(new i=0; i<26; i++) { if(vehicleid == FacInfo[6][fCars][i]) return 1; } return 0; }