10.07.2014, 19:24
According to your code, if the vehicle health is ALREADY 6000+ he gets these "bricks", but I think that the vehicle health is never going to be 6000+, as a result you have to create the code yourself so in some conditions the vehicle health is GOING to be set more than 1000.
Use
And instead of
Use
so it will be set to 10k, brinks can be like 200 before and suddenly instead of 10k given it will give $10200.
Use
pawn Код:
SetVehicleHealth(vehicleid, your new health that is more than 1000);
pawn Код:
brinks += 10000;
pawn Код:
brinks = 10000;