mint3d
Members-
Posts
425 -
Joined
-
Last visited
Details
-
Gang
Scripting
-
Location
United Kingdom
-
Occupation
Mechanic
-
Interests
Cars
Recent Profile Visitors
1,694 profile views
mint3d's Achievements
Thug (25/54)
4
Reputation
-
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 )
-
[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.
-
This is edited owlgaming scripts which are leaked scripts, we don't support help with leaked scripts. @Solidsnake14 @jhxp Please lock this.
-
HomerSimpson started following mint3d
-
Don't fix anything, this is owlgaming's script which is leaked, we don't support leaked scripts. @Solidsnake14 Lock this please.
-
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.
-
Won't don't offer help with leaked scripts. @Solidsnake14 Lock this please, it's owlgaming's leaked script.
-
@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.
-
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.
-
When is this going to be released?
-
Try it and see, he had a spelling mistake in his.
-
function flyAbility(thePlayer) if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(thePlayer)), aclGetGroup("Admin")) then executeCommandHandler("fly", thePlayer) end end addEvent("access", true) addEventHandler("access", root, flyAbility)
-
I don't use or have ever used slothbot but try changing guarding to hunting?