zombienation Posted January 11, 2012 Share Posted January 11, 2012 hello, i am trying to add more then one drop off locations for truckerjob, the script i have gives one drop off location for each truck/ trucktrailer, i'd like to know how i can add more locations and also that the locations are given randomly and not in order.. is this possible, how? here is the original drop off script theTruckTrailerID = getElementModel (source) local theDriver = getVehicleOccupant ( theTruck, 0 ) if ( theDriver ) and ( theTruckTrailerID == 584 ) then outputChatBox ("Bring the trailer to the flag.", theDriver, 255, 0, 0, false) theFinishMarker = createMarker ( -1605.90, -2713.98, 46.53, "cylinder", 16, 0, 255, 0, 90, theDriver ) theFinishBlip = createBlip ( -1605.90, -2713.98, 46.53, 53, 2, 255, 0, 0, 255, 0, 99999.0, theDriver ) Link to comment
Xeno Posted January 11, 2012 Share Posted January 11, 2012 Check this: /viewtopic.php?f=91&t=38749 -- It should help you Link to comment
zombienation Posted January 12, 2012 Author Share Posted January 12, 2012 Check this:/viewtopic.php?f=91&t=38749 -- It should help you thx man Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now