SA-MP Forums Archive
delivery job? how i make this? - 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: delivery job? how i make this? (/showthread.php?tid=344621)



delivery job? how i make this? - TheDiscussionCafe - 21.05.2012

hi i want to make delivery job like this guy. i saw on ******* this guy have delivery job. how i make this or is there a filterscript?

[ame]http://www.youtube.com/watch?v=poHJOVh-Gcg[/ame]


Re: delivery job? how i make this? - Jonny5 - 21.05.2012

you might find a filterscript

but these are easy to make
just look up any job tutorial to get the basics and apply
your own logic for your job type. Or even better read them all
as im sure most have some useful info to offer.

you can hard code it, have ini files,
use a database, their is allot of ways.

most likely use a checkpoint streamer


Re: delivery job? how i make this? - TheDiscussionCafe - 21.05.2012

can you pls explain more?


Re: delivery job? how i make this? - Jonny5 - 22.05.2012

well you need to get all the cords

whatever your method is,
get them for each drop,
the start and end locations.

some use /save
and it saves to a file in your samp user files,



from their you use the CreatePlayerCheckPoint
for the start position, and when they enter that, set the next CP
and on and on till they reach the final cp.
Then reward them or however.

Im not gonna write the code for you, but
if you run into a jam when your developing this just post back here
and we will help ya threw it.