12.06.2009, 18:36
Well I use this one.
And at OnGameModeInit
But you could also select all modelids , which is usefull if you only want to use PD vehicles for the PD.
Код:
public IsACopCar(vehicleid) { for(new i=0; i<18; i++) { if(vehicleid == copv[i]) { return 1; } } return 0; }
Код:
copv[1] = AddStaticVehicleEx copv[2] = ETC till 17 in this example