Jump to content

xeon17

Members
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xeon17

  1. xeon17

    Collisions

    What's wrong with this function, it doesn't disable the player collisions. source:setCollisionsEnabled(false)
  2. local sx,sy = guiGetScreenSize() local px,py = 1152,864 -- your resolution local x,y = (sx/px), (sy/py) dxDrawRectangle(x*190, y*236, x*444, y*28, tocolor(0, 0, 0, 179), false)
  3. xeon17

    ammunition 0

    He perfectly explained you what you have to do,are you seriously requesting a example for a few lines of code?
  4. You can do it like this (Copied from my script) local sx,sy = guiGetScreenSize() local px,py = 1152,864 -- your resolution local x,y = (sx/px), (sy/py) BeerLabel:setBounds(x*64,y*27,x*91,y*15) ColaIMG:setBounds(x*10,y*96,x*43,y*47) Bar:setBounds(x*235,y*236,x*548,y*396)
  5. No need for this , the example of John_Smith is just perfect.
  6. Hello there, I have a problem while i'm playing MTA the screen become black and then normal and i always get this error. It started before a month and it happens only when i play MTA. http://i.imgur.com/i7xB6TS.png http://i.imgur.com/9QGKdAX.png Here is the MTADiag log: http://pastebin.mtasa.com/344824615
  7. getPlayerCount textCreateTextItem or use triggerServerEvent to get the player count and display it on client-side
  8. xeon17

    Custom objects

    Thanks a lot HunT I would really appreciate it if you could add me on skype and teach me how to do this. My skype is xeon-sdk Also thank you MrBugsFive for trying to help me but i haven't understood you and my portuguese isn't so good.
  9. xeon17

    MTA DAYZ Login

    This is useless. I guess you haven't understood me well, you're trying to trigger a event which doesn't exist.
  10. xeon17

    MTA DAYZ Login

    The debug error was enough clear , the problem is that there isn't any event with the name onPlayerDayZRegister on server-side. Check other server-side files in your resource if there are any, the problem could be a typo in name of event or simply the event is missing.
  11. xeon17

    Custom objects

    To be honest i have no idea how this work, i've downloaded one 3D Model but i'm asking me how could i import him into MTA? I already know about the engine functions , but there aren't any .dff , .txd files and so on. http://p3dm.ru/files/416_kehl-.html
  12. xeon17

    Custom objects

    Hello, Does anyone know a good website where i can find custom models for example walls , floors and so on. I tried searching in Game modding but found nothing.
  13. viewtopic.php?f=167&t=73773 https://wiki.multitheftauto.com/wiki/CEF_Tutorial viewtopic.php?f=31&t=88292
  14. I nama je žao prijatelju, stvarno smo željeli da uspijemo ali vjerovatno i sam znaš da nema mnogo Balkanaca u MTA i to smo htjeli da promjenimo ali nema dovoljno ljudi kako bi mogli da napravimo jednu dobru i organizovanu ekipu.
  15. What do you think about the idea to tell us what is the error? don't you think what would help us to help you? Looks like really nobody read this before posting...
  16. xeon17

    errors script

    It's forbidden to help with stolen scripts and i won't break this rule.
  17. xeon17

    errors script

    The person who have uploaded the script stole the script , i haven't said that you stole the script. And any moderator please lock this.
  18. xeon17

    errors script

    "Gta-Ar" Looks like this script is stolen from the server GTA-Ar and we don't give support with stolen scripts.
×
×
  • Create New...