Jump to content

Mann56

Members
  • Posts

    306
  • Joined

  • Last visited

Everything posted by Mann56

  1. Yes ipairs gives the numerical indexes in order. Buti pprefer using pairs when the order of index is not needed like weapons = { ["weapon"] = "model id" } In such table i perfer pairs
  2. Mann56

    Holoscreens

    Dude I mean in the demo.lua file of the resource it creates a holoscreen by default but it doesn't show when I start it and I wanted to know that how can I know if cursor position is on holoscreen?
  3. Mann56

    Holoscreens

    Guys i need help in this https://forum.multitheftauto.com/viewto ... 08&t=79800 It's a holoscreen resource but i do not know how to make a window i read the code many times but couldn't make it out can someone help me by telling me how can i make a window in it and how to get cursor position?
  4. It's only to ensure mature players actually apply. If I lift the restriction, I'd probably get spammed with messages. Besides, if someone is, like, 17, and will turn 18 before October, and is proficient in the ways of Lua or MTA, I don't see a reason to not apply. I am 15
  5. Isn't the age limit too much. 50% of players in mta are below 18 (like me)
  6. Farm bats What would you do if you had both hands and legs amputated
  7. Global Teapot Organisation NOJ
  8. Cool work dude the gui's simply fantastic!
  9. Lazy Zeus Enterprises FEP
  10. But would the server owners actually be interested in using a compiled version? I know that a lot of servers are running on a decompiled one, with their own settings and customizations. Using a compiled version would be like going a step back...that's the feeling I get. Not to mention that I don't see that many responses (mainly people reading it, without actually voicing their opinion). Still, thanks for stating what you think. The problem is that exactly the people running on compiled version are having some very awful bugs . The uncompiled one's can though run smoothly so i opt you to continue development as it will help the guys using the compiled ones and you can do it on GitHib so that people can also help you in collaboration.
  11. I would opt you to continue development as a lot of servers still run on DayZ
  12. We are not going to code for you. Nor fix the whole code you must know what you are doing . my advise go through the wiki again and don't miss out arguments.
  13. Dude that's 13 lines... And try to embed it in a function the model part
  14. Because it's in the if condition and you do not give it to player but just 'check' that add setPedStat(source, 21, 999) at isElementModel(source)== 0 then return end takePlayerMoney(source,75000) in all three places muscles, skinny and paunch and is your meta fine?
  15. Hey there i have seen in many forums that billboard have some custom pics. How can i do that ? I know that using draw will be inaffective. Thanks...
  16. Post your code. Try to put your login gui first and then call the function it will work.
  17. Mann56

    PM system

    function togglePM () pmEnabled = not pmEnabled guiSetVisible(pmWindow, pmEnabled) showCursor(pmEnabled) guiGridListClear (gridThing) for i,v in pairs(getElementsByType("player")) do local row = guiGridListAddRow(gridThing) guiGridListSetItemText ( gridThing, row, column, getPlayerName( v ), false, false ) end end bindKey("F3","up", togglePM) Working now nvm there were some spelling mistakes LOL
  18. Mann56

    PM system

    simply you do use "guiGridListClear()" before you add player names inside the gridlist. oh, i gotta go through all gui functions
  19. Mann56

    PM system

    Dude i cant see the pm messages still and when i close f3 and again open it my name instead of showing one time shows three times :c
  20. Mann56

    PM system

    it's defined in client
×
×
  • Create New...