Posts: 146
Threads: 41
Joined: Apr 2012
Reputation:
0
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]
Posts: 929
Threads: 17
Joined: Mar 2012
Reputation:
0
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
Posts: 146
Threads: 41
Joined: Apr 2012
Reputation:
0
can you pls explain more?
Posts: 929
Threads: 17
Joined: Mar 2012
Reputation:
0
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.