Jump to content

mishael

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by mishael

  1. mota mira lo ise con un bicho esta bien? local message = "bicho aparece para matarlos" local red = 0 local green = 0 local blue = 0 local useHTMLcolors = true -- Default is true, If set to false message will be white, Unless you've changed the message colors! local skin=128 local weapon=33 local mode= "hunting" local team =Terrorist local interior=0 local dimension= 0 local rot= 90 local x = 179, 1881.3928222656 local y = -1325.0609130859 local z = 19.4921875 resourceRoot = getResourceRootElement() function Spawnbot1 () local outPutMsg = outputChatBox(message, getRootElement(), red, green, blue, useHTMLcolors) local bot = call (getResourceFromName("slothbot"), "spawnBot", x, y, z, rot, skin, interior, dimension, team, weapon, mode, modesubject) end addEventHandler ( "onResourceStart", resourceRoot, Spawnbot1 ) end) addCommandHandler ("bicho", bicho) function bicho() if isObjectInACLGroup ("user."..accountName, aclGetGroup ( "Admin" ) ) then if isObjectInACLGroup ("user."..accountName, aclGetGroup ( "supermoderadores" ) ) then if isObjectInACLGroup ("user."..accountName, aclGetGroup ( "moderadores" ) ) then end lo probe pero no aparece ...
×
×
  • Create New...