local tiempo = 3500
function makeAPed ( thePlayer, command, skin )
if ( getTickCount ( ) - tiempo > 10000 ) then
tiempo = getTickCount ( )
setTimer (
function ( )
local x, y, z = getElementPosition ( thePlayer )
local rot = getElementRotation ( thePlayer )
local team = getPlayerTeam ( thePlayer )
local myped = exports.slothbot:spawnBot ( x , y - 2, z, 0, math.random ( 100, 105 ), 0, 0, akatsuki, 4, "fire", true )
setTimer ( destroyElement, 50000, 1, myped )
setTimer ( createElement, 5100, 1, myped )
end
,3000, 1
)
end
end
addCommandHandler ( "edo",makeAPed )