02.04.2017, 19:54
Why is still everyone talking about a loop? Thats bullshit.
PHP код:
public IsACopCar(carid)
{
if(carid < 82){return 1;}//If the carid is between 0 and 81, its a cop car.
else return 0;
}