Jump to content

funcionara?


Plate

Recommended Posts

funcionara esto

local randomSpawnTable = 
    { 
        { 1086.6645507813, 1076.1888427734, 10.838157653809,}, 
        { -2086.9196777344, 173.74137878418, 35.0546875 },  
        { -2667.5134277344, 734.33197021484, 27.953125 },  
        { -2497.6953125, -697.30908203125, 139.3203125 }, 
        { -2333.6032714844, -1621.1364746094, 483.71069335938 }, 
        { 1862.423828125, 2624.6528320313, 13.8719085693 } 
    } 
  
function Bot () 
 local random = math.random ( #randomSpawnTable ) 
slothbot = exports["slothbot"]:spawnBot( unpack ( randomSpawnTable [ random ] ), 90, math.random (300,303), 0, 0, Boss, 38, hunting, true ) 
exports.extrahealth:setElementExtraHealth(slothbot,5000) 
end 
addEventHandler("onResourceStart",getRootElement(),Bot) 
  
  

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...