02.10.2014, 21:20
I was posting and it's fine all you will see for your self. Thanks
Also I was trying to remove from code else Fuel[i] = 40.0; but when I remove this then when I enter in some vehicle the fuel is 0.0 I don't know why but the problem is here that else Fuel[i] = 40.0;
here
Also I was trying to remove from code else Fuel[i] = 40.0; but when I remove this then when I enter in some vehicle the fuel is 0.0 I don't know why but the problem is here that else Fuel[i] = 40.0;
here
pawn Код:
stock IsABike(id)
{
if(id == 462 || id == 448 || id == 581 || id == 522 || id == 461 || id == 521 || id == 523 || id == 463 || id == 468 || id == 471) return 1;
return 0;
}