davedavy Posted March 13, 2010 Share Posted March 13, 2010 How is it possible to get bots in your server? (That they are still at a point) Link to comment
0 Dark Dragon Posted March 13, 2010 Share Posted March 13, 2010 I think createPed is what you mean Link to comment
0 davedavy Posted March 13, 2010 Author Share Posted March 13, 2010 I think createPed is what you mean Very Very thanx! edit: where can i find the corardintes ? Link to comment
0 Dark Dragon Posted March 13, 2010 Share Posted March 13, 2010 there are thousands of ways to get the position you want, the easiest would be to use this resource: https://community.multitheftauto.com/index.html?p ... ils&id=124 Link to comment
0 davedavy Posted March 13, 2010 Author Share Posted March 13, 2010 there are thousands of ways to get the position you want, the easiest would be to use this resource: https://community.multitheftauto.com/index.html?p ... ils&id=124 Yes ,i have found thet but How i can give the peds weapens? I have found this code: ped = createPed( 19, -1634.5775, 1203.85, 7.1796 ); addCommandHandler( "give", function ( player, command, id, amount ) if not id then return end giveWeapon( ped, id, amount, true ) end ) But then have the bots no wapen?!!! Link to comment
0 Dark Dragon Posted March 13, 2010 Share Posted March 13, 2010 this code creates a command handler you have to type /give weaponid amount for example /give 22 50 would give the ped 50 bullets for the colt Link to comment
0 davedavy Posted March 14, 2010 Author Share Posted March 14, 2010 this code creates a command handler you have to type /give weaponid amountfor example /give 22 50 would give the ped 50 bullets for the colt Yes , but how i give the bots a waepon?? Link to comment
0 davedavy Posted March 14, 2010 Author Share Posted March 14, 2010 it would give him weapon -,- , No in the script. And where are this mod: It's very cool: Link to comment
0 karlis Posted March 14, 2010 Share Posted March 14, 2010 thats 30lines of code, just learn basic scripting and try make it on your own Link to comment
0 davedavy Posted March 15, 2010 Author Share Posted March 15, 2010 thats 30lines of code, just learn basic scripting and try make it on your own Yes, there are no options But i have bots into the server , but no weapons -,- Link to comment
0 JackZipper Posted March 20, 2010 Share Posted March 20, 2010 Do you want to use your bot's weapons for something like shooting or just for the optic? Link to comment
Question
davedavy
How is it possible to get bots in your server? (That they are still at a point)
Link to comment
11 answers to this question
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