Jump to content

mint3d

Members
  • Posts

    425
  • Joined

  • Last visited

1 Follower

Details

  • Gang
    Scripting
  • Location
    United Kingdom
  • Occupation
    Mechanic
  • Interests
    Cars

Recent Profile Visitors

1,616 profile views

mint3d's Achievements

Thug

Thug (25/54)

4

Reputation

  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?
×
×
  • Create New...