change job payment
#4

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
pawn Код:
SetVehicleHealth(vehicleid, your new health that is more than 1000);
And instead of
pawn Код:
brinks += 10000;
Use
pawn Код:
brinks = 10000;
so it will be set to 10k, brinks can be like 200 before and suddenly instead of 10k given it will give $10200.
Reply


Messages In This Thread
change job payment - by Acres - 10.07.2014, 18:28
Respuesta: change job payment - by Xabi - 10.07.2014, 18:40
Re: change job payment - by Acres - 10.07.2014, 19:11
Re: change job payment - by Stanford - 10.07.2014, 19:24
Re: change job payment - by Acres - 10.07.2014, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)