Jump to content

Anubhav

Members
  • Posts

    2,277
  • Joined

  • Last visited

Everything posted by Anubhav

  1. The method din't work. It has bugs, it's just making objects too high in the air items = { "Water Bottle", "Tea", "Fence", 'Morphine', "Pizza", "Chicken Burger", "Pepsi", "Fanta", "Engine", "Wheel" } function getXY( ) return math.random(9999), math.random(9999), math.random(9999) end function spawnObjects( ) local x, y, z = getXY( ) z = getGroundPosition( x, y, z ) -- local x, y, z = local object = createObject( 1271, x, y, z + 0.3 ) setElementData( object, "item", items[ math.random( #items ) ] ) createBlip( 1, x, y, z ) setTimer( spawnObjects, 3000, 1 ) end spawnObjects( )
  2. Hey everyone! I was wondering, if it's possible to spawn random on ground or buildings, without giving X,Y,Z it will keep spawning objects on grounds. I hope so a solution is there.
  3. Anubhav

    [WIP] DayZ

    We have some progress till now, It's DX GUI ( Only Window and GridList ) http://i.imgur.com/Wmozw2O.png
  4. thik hein, naki mein hu. Mein appko next month karunga kyuki exams hein.
  5. Anubhav

    [WIP] DayZ

    As decided, this will be open-source. But for some reasons, this will not be available to public until it's done. Our team is working. Following members have contacted me till now to work in the team and are accepted: HunT - Modeler CiBeR - Developer
  6. Anubhav

    [WIP] DayZ

    @HunT - Added @CiBeR - I'll think about it. 65% chances of open-source and other of non-open source.
  7. dbExec dbConnect dbPoll dbQuery
  8. Good job. I'll make some more too. Agar app ke pas skype hein, ham aur rules ek sath bana sakta hein. apka skype mujha pm karo agar karna hein to.
  9. Anubhav

    [WIP] DayZ

    Hey! I'm here back again with more A-Team resources. I have not started working, unless community gives me ideas. So once I finalize the ideas, I'll start working. Please note that: This gamemode won't be done before JUNE, due to exams. This may be compiled/de-compiled Current LIST of features: == HUD == Inventory system == Zombies == Items Do you want to help me? anubhav.agarwal80 - my skype. I am hiring mappers, modelers and scripters for this projected. Last updated at: 13/5/15 GMT +8:00 (8:34 AM)
  10. You can't access internal.db main tables (as far as I know). But you may give a try. executeSQLQuery
  11. Wrong. In such a case, you can run the 32bit server on 64bit Linux just fine. https://forum.multitheftauto.com/viewtopic.php?f ... 69#p558469 I am only telling this for Ubuntu, because I got UBUNTU X64 latest and the 32bit libraries were gone. So i had to get x64 server.
  12. Fancy Advanced Zap NUL
  13. OMG Guyz, why don't you read? He told 2 account / serial. Get it? Not to be rude here, but yeah, learn to read before posting
  14. https://wiki.multitheftauto.com/wiki/Ge ... tsBySerial Better way function _registerPlayer ( user, pass, player ) if ( #getAccountsBySerial( getPlayerSerial( player ) ) == 2 ) then outputChatBox ( "Max account limit reached!", player, 255, 0, 0 ); return false; end --- Complete the registration code here return true; end
  15. If you don't need GUI to work, just the console then go for Debian otherwise Ubuntu. Remember don't go for x64 bit, it's hard to get modules
  16. Annie Zilean and Ahri STV
  17. @Bonsai, you can detect CTRL + V using getKeyState. How to get the data he pasted? Make a hidden edit box all over the screen ( alpha 0 ) and cursors off, focus on it when he presses ctrl and v. Then you may be able to do it like this.
  18. Zakie's Kilo Advertiser LOV
  19. Anubhav

    The last reply

    I'll make you understand that: 2 x ( 2 + 4 ) = 2 x 2 + 2 x 4 = 2 x 6 = 4 + 8 = 12 = 12 he did it wrong lol
  20. Posse Paintball Zone SOS
  21. Hex Kilo Light XXD
  22. Hey person, what if a player copies a password? C'mon, that is one of the issue. You should think before posting.
  23. Lumia Ander Oasis DOZ
  24. Left For Theft FUK
×
×
  • Create New...