SA-MP Forums Archive
PPC_Trucking - I NEED HELP - 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 - I NEED HELP (/showthread.php?tid=611426)



PPC_Trucking - I NEED HELP - Hapukoorepakk - 06.07.2016

Where can I change the folder, includes work on money and score?


I'm sorry, my English because of the language.


Re: PPC_Trucking - I NEED HELP - Dayrion - 06.07.2016

What do you mean?
GetPlayerScore / SetPlayerScore ?
GivePlayerMoney ?


Re: PPC_Trucking - I NEED HELP - Hapukoorepakk - 06.07.2016

GivePlayerScore, At the end of a job you get a score... Where can you change it?


Re: PPC_Trucking - I NEED HELP - Dayrion - 06.07.2016

I can't change this function if it's what you mean.
If you want add score to player when he finish a job:
PHP код:
SetPlayerScore(playeridGetPlayerScore(playerid)+1
Change 1 by the wanted value.