[FilterScript] Simple Trucker Job - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Simple Trucker Job (
/showthread.php?tid=372258)
Simple Trucker Job -
Cena44 - 25.08.2012
Trucker Job - By Cena44(Timon)
What is this?
it's a simply trucking job, where you can take a truck from willowfield to east Los santos factory
Sounds good, Where can I get this job?
it's located at the Willowfield at the north of Ocean Docks
Ahhh, great, can you show us a video/picture?
[ame]http://www.youtube.com/watch?v=VeXPh3LvuSw[/ame]
Dude, where can I get that?
Current Version 2.0:
Mediafire
Solidfiles
Pastebin
Old versions:
Change Log:
Код:
V2.0:
--Added Legal/Illegal products
--Added a special prize for delivering the weapons (Deagle)
--Added more prodcts, now you can choose what do you want to deliver: food/clothing/drugs/weapons
V1.0:
--published
--Created The script
Bugs: Reply here if you find any - currently there is none
Fixed Bugs: N/A
Credits: Me for the idea, script, blablabla, etc
SA-MP Wiki: helped me with understanding the callbacks/functions/etc.
Re: Simple Trucker Job -
Lookin - 26.08.2012
not bad keep it up!
btw first post! =D
Re: Simple Trucker Job -
gabitzu4ever - 26.08.2012
very simple and original ideea
Re: Simple Trucker Job -
repalone11 - 26.08.2012
Very nice but every time when getting charged -1000 or being payed 5000 it just goes and deletes real quick and you dont get charged or paid. Anything I can do to solve this?
Re: Simple Trucker Job -
DeadLy™ - 26.08.2012
Good one, Nice script
Thx for it
Re: Simple Trucker Job -
Cena44 - 26.08.2012
Quote:
Originally Posted by repalone11
Very nice but every time when getting charged -1000 or being payed 5000 it just goes and deletes real quick and you dont get charged or paid. Anything I can do to solve this?
|
you are using a gamemode that has a different money system, lets say you are using zGaming Roleplay, in-order to get the cash saved you have to change
pawn Код:
Giveplayermoney(playerid, -1000);
pawn Код:
Giveplayermoney(playerid, 5000);
to
pawn Код:
GiveZaiatMoney(playerid, -1000);
pawn Код:
GiveZaiatMoney(playerid, 5000);
Re: Simple Trucker Job -
Cena44 - 26.08.2012
Version 2.0 Released, I have added many things to improve the job, read the changelog for more info
Re: Simple Trucker Job -
Team_PRO - 28.08.2012
Good Script Simple
Re: Simple Trucker Job -
Lordzy - 28.08.2012
Simple and good script.
Re: Simple Trucker Job -
Cena44 - 28.08.2012
Quote:
Originally Posted by Team_PRO
Good Script Simple
|
Quote:
Originally Posted by [xB]Lordz
Simple and good script.
|
Thanks