Jump to content

DakiLLa

Members
  • Posts

    965
  • Joined

  • Last visited

Everything posted by DakiLLa

  1. To get the LOD object ID go in map editor and select the object copying tool (the crosshair icon) and move it over the object you need. It will show up the ID of the object and also the LOD ID.
  2. #getVehicleOccupants будет возвращать некорректное значение, т.к. индексация массива, возвращаемого данной функцией, начинается с нуля.
  3. DakiLLa

    basejumping

    Lol, nice idea! This is like a competition, right?
  4. Not sure if this is still relevant, but: Imo, placing everything in 'Servers' section will just mess things up. I support the idea of additional gamemode sections! Well, you could at least try with DD section and see what will happen, may be..
  5. Try to put setOcclusionsEnabled( false ) after removeElementModel. So the final result will be: function remove( resourcename ) removeWorldModel(16094,118.60,135.17442,1941.87561,19.32008) setOcclusionsEnabled( false ) end addEventHandler( "onResourceStart", resourceRoot, remove )
  6. Looks impressive! Btw, what about client (server) CPU and also bandwidth usage?
  7. ч0рт, тему со срачем прикрыли
  8. Ну взять какой-нибудь там скомканный листок с номером (можно найти в группе Miscellaneous, насколько я помню). Таких едва заметных объектов в игре навалом, так что проблем не должно возникнуть.
  9. ОКстайл все никак не поумнеет.
  10. Скорее dxDrawLine3D. Как альтернатива, можешь покапаться в ресурсе stealth, я в свое время оттуда вытаскивал скрипт лазеров.
  11. Looks good! What software did you use for making those models? 3DS Max ?
  12. DakiLLa

    Flash MTA Game

    Lol, dafuq did I just play ?
  13. Lol @ climbing the wall. n1, good job!
  14. Потому что у вас еще какой-то мод включен (судя по всему, фриром).
  15. DakiLLa

    Meta.xml error

    Lines 156 and 157, replace with: src='others/help.xml' type='client' />src='others/data_.xml' type='client' />
  16. Два раза повторились, но я так и не понял: что в вашем понимании означает "проще" ? Это из каких таких суждений вы сделали данный вывод? MTA как раз и хорош тем, что здесь можно создать абсолютно все, что придет в голову.
  17. Если не хочется париться с вычислением углов и прочего, достаточно создать объект и двигать его с помощью moveObject ну и естественно обновлять координаты камеры в onClient(Pre)Render.
  18. This thing may help you.
  19. Awesome! I imagine this working in some gang-based mode. edit: btw, it gives me next error when someone leaves a server: drawtag\spraying_c:235: attempt to perform arithmetic on local 'x' (a boolean value)
×
×
  • Create New...