zombienation Posted February 1, 2012 Share Posted February 1, 2012 hello, when i try to add a trucker end mission location, some of the markers work but some others don't.. i work the same for all locations, i copied the original lines and changed the location coorinates, when the marker dont work, do i need to change the coordinates on some way or how can i fix this? thanks Link to comment
Paper Posted February 1, 2012 Share Posted February 1, 2012 post your code ._. Do you see any error in /debugscript 3? Link to comment
zombienation Posted February 1, 2012 Author Share Posted February 1, 2012 (edited) no errors in console or script this is the original location if ( theDriver ) and ( theTruckTrailerID == 435 ) then outputChatBox ("Bring this drugs and games to survivors ( F11 @ RACEFLAG icons )", theDriver, 255, 0, 0, false) outputChatBox ("There are more then one drop offs", theDriver, 255, 0, 0, false) outputChatBox ("when u done one u need to come back here to get a new trailer", theDriver, 255, 0, 0, false) theFinishMarker = createMarker ( -480.59, -514.02, 23.51, "cylinder", 16, 0, 255, 0, 90, theDriver ) theFinishBlip = createBlip ( -480.59, -514.02, 23.51, 53, 2, 255, 0, 0, 255, 0, 99999.0, theDriver ) end these are some i added if ( theDriver ) and ( theTruckTrailerID == 584 ) then theFinishMarker = createMarker ( -2466.33, 2225.62, 0.87, "cylinder", 16, 0, 255, 0, 90, theDriver ) theFinishBlip = createBlip ( -2466.33, 2225.62, 2.87, 53, 2, 255, 0, 0, 255, 0, 99999.0, theDriver ) end if ( theDriver ) and ( theTruckTrailerID == 584 ) then theFinishMarker = createMarker ( 2615.10, 1706.85, 6.82, "cylinder", 16, 0, 255, 0, 90, theDriver ) theFinishBlip = createBlip ( 2615.10, 1706.85, 8.82, 53, 2, 255, 0, 0, 255, 0, 99999.0, theDriver ) end if ( theDriver ) and ( theTruckTrailerID == 584 ) then theFinishMarker = createMarker ( -787.38, 2421.50, 153.15, "cylinder", 16, 0, 255, 0, 90, theDriver ) theFinishBlip = createBlip ( -787.38, 2421.50, 155.15, 53, 2, 255, 0, 0, 255, 0, 99999.0, theDriver ) end if ( theDriver ) and ( theTruckTrailerID == 584 ) then theFinishMarker = createMarker ( 1317.84, 1266.36, 6.82, "cylinder", 16, 0, 255, 0, 90, theDriver ) theFinishBlip = createBlip ( 1317.84, 1266.36, 8.82, 53, 2, 255, 0, 0, 255, 0, 99999.0, theDriver ) end Edited February 1, 2012 by Guest Link to comment
zombienation Posted February 3, 2012 Author Share Posted February 3, 2012 i got it from this https://community.multitheftauto.com/index.php?p= ... ls&id=2352 but i think its something with the markers, it can be something alse to but some of the markers i add work and some other dont 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