Jump to content

Очередная проблемма с воротами.


Recommended Posts

Доброго времени суток. У меня возникла проблемма с созданием объекта на карте через скрипт.

Вобщем, я создаю на карте объект(ворота) с условием onResourceStart, они создаються. Но при запуске другого ресурса они содаються опять, и не открываються((

Скрипт ворот:

function mapLoad ( name ) 
   -- create an object at a specified position with a specified rotation 
   vorota1 = createObject ( 2927, 215.878, 1875.722, 13.93899, 0, 0, 0 ) 
   vorota1_2 = createObject ( 2927, 211.7866, 1875.726, 13.93899, 0, 0, 0 ) 
   vorotaCLO = createObject ( 980, 1067.722, 1358.1202, 12.456, 0, 0, 0 ) 
end 
addEventHandler ( "onResourceStart", getRootElement(), mapLoad ) 

Как сделать что-бы они создавались только 1 раз.

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