26.04.2009, 11:48
I spawned like 5 LV cop cars (19
and two ranchers (199). But they arent recognized as cop cars, how do I find out the ID to add them to this code?

Quote:
public IsACopCar(carid) { if((carid >= 16) && (carid <= 3 ![]() { return 1; } return 0; } |