Jump to content

marker dont work


zombienation

Recommended Posts

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

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 by Guest
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...