PPC_Trucking Payment - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PPC_Trucking Payment (
/showthread.php?tid=459435)
PPC_Trucking Payment -
[FoR]EveR - 22.08.2013
Guys can anyone say me how to make Trucker class to get more money? i mean to up payment when complete mission.
Re: PPC_Trucking Payment -
verlaj - 23.08.2013
There might be something like this or maybe not
first check that where exactly that trucking job script locates at..n your GM or FT
pawn Код:
new amount;
GetPlayerMoney(playerid,amount);
SetPlayerMoney(playerid,amount+(your value)):
i am not sure about this, but if you have any idea about scripting then you could do it on your own
Re: PPC_Trucking Payment -
George0305 - 23.08.2013
Go to pawn->include->PPC_DefLoads.inc and where you see that 1.00:
pawn Код:
{"petrol", true, 1.00, PCV_TruckerFluidsTrailer, {8, 25, 26}, {27, 28, 29, 30, 31, 32, 33, 34}}
change it to whatever you want(1.00 it`s the payment/meter) and then compile it again.
Re: PPC_Trucking Payment -
[FoR]EveR - 23.08.2013
Thanks you george +1