Jump to content

mint3d

Members
  • Posts

    425
  • Joined

  • Last visited

Everything posted by mint3d

  1. I'm trying to get it to loop through the table and set all of the vehicles handlings, however it doesn't work... function vhandling ( ) vehicleIDs = {400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611} for i = 1, #vehicleIDs do setVehicleHandling(vehicleIds[i], "mass", 999999.0) end end addEventHandler ( "onResourceStart", getRootElement(), vhandling )
  2. [2017-06-13 00:13:33] WARNING: Script 'dgs/code.lua' is not encoded in UTF-8. Loading as ANSI... [2017-06-13 00:13:33] SCRIPT ERROR: dgs/code.lua:1: unexpected symbol near '?' [2017-06-13 00:13:33] ERROR: Loading script failed: dgs/code.lua:1: unexpected symbol near '?' [2017-06-13 00:13:33] ERROR: dgs/update.lua:9: attempt to call global 'DPXLDecode' (a nil value) Getting these errors whilst starting it? Tried to upgrade the script via console, still nothing.
  3. This is edited owlgaming scripts which are leaked scripts, we don't support help with leaked scripts. @Solidsnake14 @jhxp Please lock this.
  4. mint3d

    SaveAccount

    What errors do you have?
  5. Don't fix anything, this is owlgaming's script which is leaked, we don't support leaked scripts. @Solidsnake14 Lock this please.
  6. You'd have to physically script the water in, I haven't physically done it as of yet so I'm not able to give you it, if I ever do it I'll release it.
  7. Won't don't offer help with leaked scripts. @Solidsnake14 Lock this please, it's owlgaming's leaked script.
  8. @Clay Replace your gta3 map file with this one; https://www.mediafire.com/?1w6ue125qnv0y52 The map will be at the normal location but the Z will be at 700. So in other words it will be at 700 height.
  9. Don't use mtascripts.com. They're not legit one bit every script on there is leaked scripts. Well over-priced and you can find them all online for little to nothing, or free.
  10. mint3d

    ayuda

    Try these; https://community.multitheftauto.com/index.php?p=resources&s=details&id=3016 https://community.multitheftauto.com/index.php?p=resources&s=details&id=11499
  11. Try it and see, he had a spelling mistake in his.
  12. function flyAbility(thePlayer) if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(thePlayer)), aclGetGroup("Admin")) then executeCommandHandler("fly", thePlayer) end end addEvent("access", true) addEventHandler("access", root, flyAbility)
  13. I don't use or have ever used slothbot but try changing guarding to hunting?
  14. addEventHandler ( "onClientGUIClick", closeButton, onClientGuiClickHandler, false ) --Replace line 23 with that ^
  15. Hmm, just tried it. Doesn't seem to be working thanks anyhow.
  16. Does anyone know any way to get the name of the parent GUI? I'm making a conversion in the DX Lib, but it requires GUI Parent, and when you're converting it they're all going to be called different things, you know any way to get the parent gui name? win = createWindow((screenW - 444) / 2, (screenH - 337) / 2, 444, 337,{0,0,0,150},"test") tab1 = createTab(9, 58, 109, 35,"Tab 1",true,win,false) As you can see above, in the createTab, it shows win being the parent, but say I had to replace win with parent, would there be anyway to get something like; for i,v in pairs(getElementsByType ( 'gui-'.."tabpanel",root)) do local parent = getGuiParent(v)
  17. What do you mean by duplicate the weapons? Do you mean having a colt, tec-9 or uzi in both hands?
  18. mint3d

    Question

    Ah right I see, now I understand it, that's quite cool yeah, gonna try it out later thanks for the help
  19. mint3d

    Question

    How to you physically use it within a script?
  20. mint3d

    Question

    Does anyone know anything in detail about this? https://wiki.multitheftauto.com/wiki/Vehicle_component_manipulation
  21. guiSetVisible ( GUIEditor.window[1], false ) I'd presume he meant for you to put this in.
×
×
  • Create New...