Author Topic: bug in paris (mta !)  (Read 2837 times)

0 Members and 1 Guest are viewing this topic.

Offline b00tsyou

  • Admin
  • Posts: 1,044
    • View Profile
bug in paris (mta !)
« on: June 09, 2011, 04:55:21 pm »
each last objects of 2 maps of paris are badly placed.

2 ramps : last object of paris le bourget map

just replace last line :

CreateObject(1245, -3969.9680175781, 2618.7172851563, 15.975604057312, 0, 0, 0)       bad coord

by this one :

CreateObject(1245, -3965.1, 2617.2, 15.8, 0, 0, 124)   good coord

if its really createobject( id, Xpos, Ypos, Zpos, Xrot, Yrot, Zrot), it should be ok




thx



Same for paris map ( named : paris2 )

last line should be :

CreateObject(1696, -3390, 2214, 2, 344, 0, 286)   good coord

but now it's CreateObject(1696, ?, ?, ?, ?, ?, ?)     bad coord

if anyone can fix it , i've send this by mail to Racer  long time ago , but he was probably flood under work !
  

Offline pod

  • Scripter
  • Posts: 417
    • View Profile
  • In-game name: pod
Re: bug in paris (mta !)
« Reply #1 on: June 09, 2011, 08:39:59 pm »
should be fixed now i think

Offline b00tsyou

  • Admin
  • Posts: 1,044
    • View Profile
Re: bug in paris (mta !)
« Reply #2 on: June 09, 2011, 10:12:34 pm »
yes it is thx