Jump to content

-.Paradox.-

Members
  • Posts

    1,239
  • Joined

  • Last visited

Everything posted by -.Paradox.-

  1. Debug body wont show up any message because script didn't had any 'bug'. Read my whole reply. Its oversized, in case you can't see it.
  2. -.Paradox.-

    PlaySound3D

    Why you no use createProjectile to create the airbomb you want and attach that sound when air bomb hit somewhere? createProjectile isElement bindKey playSound setSoundMaxDistance onClientProjectileCreation
  3. Try /debugscript 3 or debug it with outputChatBox to see what's wrong
  4. -.Paradox.-

    PlaySound3D

    Try resourceRoot instead of player
  5. marker = createMarker(1514.20679,-1657.22742,12.5,"cylinder",1,255,255,255) addEventHandler("onMarkerHit",marker, function(thePlayer) if getElementType(thePlayer) =="player" then local x,y,z = getElementPosition(thePlayer) local veh = createVehicle (509,x,y,z) warpPedIntoVehicle (thePlayer, veh) end end)
  6. -.Paradox.-

    MTA Settings

    Hello, For some unknown reasons i can't get the settings in video tab to work. Like Disable driver overrides or Disable aero desktop nor Disabling tyre smoke, This happened when the new version of 1.4.1 was released, my MTA crashes sometimes for no reason like example just driving a vehicle with a smooth FPS (40-50) and a clear gta3.img with also all original GTA folders and models. P.S I didn't update the latest released nightly built and i don't think its the reason of these couple of problems.
  7. Why are you searching for examples here in forum meanwhile there is a site called Multi Theft Auto: Wiki full with hundred of fuctions and thousands of examples. Click here to get redirected to the site: https://wiki.multitheftauto.com/wiki/Main_Page
  8. -.Paradox.-

    Question

    Hello, Is it possible to allow aiming and firing weapon while an animation is in process in client side? Thanks in advance.
  9. He is using the bugged version that i have made along time ago
  10. Oooh What an Example Bla bla bla Stop throwing words at people who help you, It's not his mistake if you were too dumb to understand what he said.
  11. *coughs* Look at signature *coughs* lol
  12. How are you going to draw a dx text in server side?
  13. I still don't understand, Just trying to help, my bad. I'm out.
  14. https://community.multitheftauto.com/in ... ils&id=672 https://wiki.multitheftauto.com/wiki/Slothman/Slothbot engineLoadTXD engineImportTXD engineLoadDFF engineReplaceModel
  15. Thank you, Is there any way to fix that and make the custom damage occur?
  16. Hi, I was trying to make my own damage system but for unknown reason i get this message in debug which i don't understand. Damage/client.lua:8: C Stack overflow Here's the code: loss = { [33] = 25, [34] = 50, } function triggerCustomDamage ( attacker, weapon, bodypart, loss ) if attacker and source then cancelEvent() triggerEvent("onClientPedDamage", source, attacker, getPedWeapon(attacker), bodypart, loss[getPedWeapon(attacker)], true) end end addEventHandler ( "onClientPedDamage", getRootElement(), triggerCustomDamage )
  17. If i knew that the wiki has it i wouldn't even ask, Also it have been along time since i checked wiki.
  18. Thanks. And how about reading everything before saying something indecent.
  19. -.Paradox.-

    Question

    Hi guys, Recently an update popped out in my MTA nightly version 1.4.1, And i wanna ask, what's up with that version? And what are the new/fixed features that are available in this version? Thanks. P.S: I don't know if it is the appropriate section to post what i asked or not, But if not, It would be appreciated from a moderator to move this topic to the correct section.
  20. Contact me if you want it.
  21. Thanks but what if the player moved the camera?
  22. -.Paradox.-

    Question

    Hello, Is it possible to check if the player didn't move and use keyboard/move camera for about a specified delay? If yes, What functions and events i should use? Thanks in advance.
  23. Wat? Is there also GTA VC mulitplayer?
×
×
  • Create New...