Jump to content

MetaGamer

Members
  • Posts

    233
  • Joined

  • Last visited

Everything posted by MetaGamer

  1. Audio: 9.5 / 10 Video: 2.1 / 10 Altogether 4.6 / 10 Fail
  2. I have done that already. No error shown. I think this is a mta issue.
  3. I have already defined it See this line skin = engineLoadTXD ( "skins/22.txd" )
  4. As the title says. This is my code meta.xml <meta> <info author="Mehtab" type="misc" name="Stanopolo" description="Anything is possible" /> <script src="main.lua" type="client" /> <file src="skins/22.txd" /> </meta> main.lua function onResourceStart() skin = engineLoadTXD ( "skins/22.txd" ) engineImportTXD ( skin, 22 ) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onResourceStart) There is no error shown on the console but when I /setskin to 22 the skin is the old gta san andreas skin. Not the custom skin. What maybe the problem?
  5. thankz but how will i make it opaque other than transparent car?
  6. thankz Jesse. Now I can try warpPedIntoVehicle and let me see it works or not EDIT: IT does not work. I can't control ped's
  7. good job. Make it public
  8. ummm. But what is the reason behind that?. In SA-MP it's easy to do it
  9. I just need a bot which follows my car. That's it
  10. thank you kid. But their are no definition of my question. I just need a script where there is a bot which follow's me with car. Just that. And I think it's easy to do with slothbot, but I am not figuring it out
  11. i am using slothbot. How will i properly use warpPedIntoVehicle and setPedControlState properly in slothbot
  12. so no one knows how to add a bot in cars
  13. I read it. But found nothing except of On Foot
  14. not my car. The bot will follow my car
  15. ok. But how will i make him in car? EDIT : Where can i find slothbot
  16. what is that? EDIT : What is the language? I don't understand the language
  17. can anyone give a nice tutorial of how to add it?
  18. I am using race gamemode. But how will i add bots and will race with me. Is it hard in mta?
  19. ok thankz for your quick help
  20. How to add .txd and .dff in race gamemode. I want to replace infernus model. How will i do it?
  21. I have fixed it myself. Thanks guys for your replies
×
×
  • Create New...