megaman54 Posted November 8, 2009 Share Posted November 8, 2009 Is there any possibility to script bots? Like if i go close to it it starts shooting. So bots possible in MTA ?? I dont mean a hack i mean bot script Link to comment
vovo4ka Posted November 8, 2009 Share Posted November 8, 2009 Yes it is possible. I tried. But synchronization are bad and I'm waiting for better times Link to comment
CallumD Posted November 8, 2009 Share Posted November 8, 2009 Well, there are Peds which would be the equivalent of a bot. See https://wiki.multitheftauto.com/wiki/Ped for info. Link to comment
subenji99 Posted November 8, 2009 Share Posted November 8, 2009 https://forum.multitheftauto.com/viewtop ... 08&t=25488 Search. Preventing dumb topics since the dawn of search. Link to comment
megaman54 Posted November 12, 2009 Author Share Posted November 12, 2009 Can any1 write me a script that creates a NPC/ped in front of the player? PLZ Link to comment
Dark Dragon Posted November 12, 2009 Share Posted November 12, 2009 function pedFuntion(player) local x,y,z = getElementPosition(player) createPed(0,x+3,y,z) end addCommandHandler("ped",pedFunction) 1 Link to comment
megaman54 Posted November 12, 2009 Author Share Posted November 12, 2009 Thanks! Help me makin a script that add some clothes to CJ character. I already tried this: https://wiki.multitheftauto.com/wiki/AddPedClothes but it dint work. And help me using that clothes thing Link to comment
50p Posted November 12, 2009 Share Posted November 12, 2009 Show your code and we'll tell you why it doesn't work... also don't forget to say in what way you want it to work. Here is example script for peds: https://community.multitheftauto.com/index.php?p= ... ils&id=234 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