Jump to content

Problem with tables


xyz

Recommended Posts

I have NO idea why these tables just wont work, other tables in my scripts work but these just don't want to work, what the hell is wrong? '}' expected (to close '{' at line 1) near '{'

  
hijackSpawnLocations = { 
    {407.2060546875, -1317.748046875, 14.8968334198}, 
    {1987.4150390625, -1219.77734375, 20.0234375}, 
    {706.1728515625, -1627.5732421875, 3.4375}, 
    {1627.3935546875, -1516.0615234375, 13.604349136353}, 
    {1254.90234375, -2026.1435546875, 59.565620422363}, 
    {2469.4697265625, -2070.9326171875, 13.546875} 
    {402, 1359.490234375, -1663.4287109375, 8.609375}, 
} 
  
     
  
hijackVehicleIDs = { 
    {402},  
    {434},  
    {492},  
    {551},  
    {496},  
    {445},  
} 
  
deliveryLocations = { 
    {1315.8544921875, -1379.6435546875, 12.742877960205}, 
    {2772.787109375, -1606.0068359375, 9.921875}, 
    {1716.384765625, -1921.58984375, 12.566222190857}, 
    {370.3857421875, -2079.5712890625, 6.8359375}, 
    {2156.2705078125, -1134.7431640625, 24.420726776123}, 
    {2791.4453125, -2096.521484375, 10.388750076294}, 
} 

Link to comment

Try

  
hijackSpawnLocations = { 
    {407.2060546875, -1317.748046875, 14.8968334198}, 
    {1987.4150390625, -1219.77734375, 20.0234375}, 
    {706.1728515625, -1627.5732421875, 3.4375}, 
    {1627.3935546875, -1516.0615234375, 13.604349136353}, 
    {1254.90234375, -2026.1435546875, 59.565620422363}, 
    {2469.4697265625, -2070.9326171875, 13.546875}, 
    {402, 1359.490234375, -1663.4287109375, 8.609375} 
} 
  
    
  
hijackVehicleIDs = { 
    {402}, 
    {434}, 
    {492}, 
    {551}, 
    {496}, 
    {445} 
} 
  
deliveryLocations = { 
    {1315.8544921875, -1379.6435546875, 12.742877960205}, 
    {2772.787109375, -1606.0068359375, 9.921875}, 
    {1716.384765625, -1921.58984375, 12.566222190857}, 
    {370.3857421875, -2079.5712890625, 6.8359375}, 
    {2156.2705078125, -1134.7431640625, 24.420726776123}, 
    {2791.4453125, -2096.521484375, 10.388750076294} 
} 
  

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...