20.11.2016, 14:05
Hello, how I can solve this problem ?
https://www.youtube.com/watch?v=edp9...ature=*********
https://www.youtube.com/watch?v=edp9...ature=*********
Код:
new gate_LV_POLIS_K2, g7 = 0; public OnGameModeInit() { gate_LV_POLIS_K2 = CreateDynamicObject(968, 2238.216796, 2450.247070, 10.698654, 0.000000, -90.299934, -89.700180, 0, 0, -1, 300.000, 300.000); return 1; } // Open procces MoveDynamicObject(gate_LV_POLIS_K2, 2238.216796, 2450.247070, 10.698654, 3.0, 0.000000, -0.999919, -89.700180); g7 = 1; SetTimer("LV_POLIS2", 3005, false); // Off procces g7 = 0; MoveDynamicObject(gate_LV_POLIS_K2, 2238.216796, 2450.247070, 10.698654, 3.0, 0.000000, -90.299934, -89.700180);