Jump to content

TheSmart

Members
  • Posts

    516
  • Joined

  • Last visited

Everything posted by TheSmart

  1. great man, i like it . Downloaded link? :D
  2. are you talking about this? https://community.multitheftauto.com/index.php?p ... ils&id=344
  3. i want to make that ped have gun or if player shoot him ped will kill him with his gun
  4. Thank you man its working now but i want more thing tell me how i can make it that i want to give him gun or if player attack him, ped will shoot him with his gun please tell me how i can do it.
  5. function makePed() ped1 = createPed(107, 2490.5, -1651.5, 13.5) setPedRotation(ped1, 90.0041198) setPedAnimation( ped1, "SMOKING", "M_smklean_loop") end addEventHandler("onResourceStart", resourceRoot, makePed) like that? but it not working ped won't do anything and it on server side
  6. function makePed() ped1 = createPed(107, 2490.5, -1651.5, 13.5) setPedRotation(ped1, 90.0041198) setPedAnimation( ped1, "ped", "M_smklean_loop") end addEventHandler("onResourceStart", getRootElement(), makePed) thnx but it not moving no error in debugscript
  7. Hello guys! i'm learning scripting today i make simple ped animation script but it not working here is my code. function Ped() ped1 = createPed(107, 2490.5, -1651.5, 13.5) setPedRotation(ped1, 90.0041198) setPedAnimation( ped1, "ped", "M_smklean_loop") end addEventHandler("onResourceStart", getRootElement(), makPed) or i want to give him gun or if player attack him, ped will shoot him with his gun please tell me how i can do it.
  8. good job man! i will use it. :)
  9. why its not working function makePed() ped1 = createPed(107, 2490.5, -1651.5, 13.5) setPedRotation(ped1, 90.0041198) setPedAnimation( ped1, "ped", "SHP_Tray_Return") end addEventHandler("onResourcesStart", getRootElement(), makePed)
  10. A : i Don't Know Q: what is your target server name?
  11. Happy birthday day and good job man
  12. NEWS: mummified bodies discovered on Mexico’s highest peak: http://po.st/mummy
  13. https://www.facebook.com/
  14. good job man, i will use it on my local server and check how to escape
×
×
  • Create New...