Alexs Posted February 29, 2012 Share Posted February 29, 2012 I want to know if anyone has any example, or can teach me abour this resource, i rememb a script in the comunitty, but i cant find it.... PD: Sorry My Bad English Link to comment
Castillo Posted February 29, 2012 Share Posted February 29, 2012 https://wiki.multitheftauto.com/wiki/Slothman/Slothbot Link to comment
Alexs Posted February 29, 2012 Author Share Posted February 29, 2012 https://wiki.multitheftauto.com/wiki/Slothman/Slothbot i am newbie, i cant stand the Call Function, can you give me any script, and i change coordinates, skin ID, Weapon ID, etc... when i try use the Wiki i just find errors in the Resource Start Link to comment
Castillo Posted February 29, 2012 Share Posted February 29, 2012 function spawnSlothBot(thePlayer, cmd, skin, weapon, mode, rot, team) local x, y, z = getElementPosition (thePlayer) local rot = tonumber(rot) or 0 local team = getTeamFromName(team) local int = getElementInterior(thePlayer) local dim = getElementDimension(thePlayer) local weapon = tonumber(weapon) or 0 local skin = tonumber(skin) or 0 exports["slothbot"]:spawnBot( x, y+1, z, rot, skin, int, dim, team, weapon, mode or "hunting", true ) end addCommandHandler ( "spawnbot", spawnSlothBot ) Link to comment
Alexs Posted February 29, 2012 Author Share Posted February 29, 2012 function spawnSlothBot(thePlayer, cmd, skin, weapon, mode, rot, team) local x, y, z = getElementPosition (thePlayer) local rot = tonumber(rot) or 0 local team = getTeamFromName(team) local int = getElementInterior(thePlayer) local dim = getElementDimension(thePlayer) local weapon = tonumber(weapon) or 0 local skin = tonumber(skin) or 0 exports["slothbot"]:spawnBot( x, y+1, z, rot, skin, int, dim, team, weapon, mode or "hunting", true ) end addCommandHandler ( "spawnbot", spawnSlothBot ) Dont Work I use /spawnbot and appears a guy, but just look me, dont atack and i want to know, there is a way to do it spawn just in a zone, and no at my side? Link to comment
Castillo Posted February 29, 2012 Share Posted February 29, 2012 That's just a example code, change the: x, y, z coordinates to a new position. Link to comment
Alexs Posted February 29, 2012 Author Share Posted February 29, 2012 That's just a example code, change the: x, y, z coordinates to a new position. Thanks That's work and the problem with the attack was solved.. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now