Jump to content

Mr.unpredictable.

Members
  • Posts

    437
  • Joined

  • Last visited

Everything posted by Mr.unpredictable.

  1. /debugscript 3 Ko type Karen aur koi hi Error aye tho post Kare.
  2. 51 is explosion Id Just try to explode something near the vehicle.
  3. Got this Error today, While i was driving Nrg at high speed and my Mta crashed. Version = 1.4.1-release-7166.0.000 Time = Sat May 09 19:52:10 2015 Module = F:\games and apps\GTA San Andreas\gta_sa.exe Code = 0xC0000005 Offset = 0x002D353B EAX=00000000 EBX=00B1B9B4 ECX=00B1B9B4 EDX=3E7C4040 ESI=00000000 EDI=145248D8 EBP=19AC7058 ESP=0023F444 EIP=006D353B FLG=00210246 CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000 and when restarting the game --------------------------- MTA: San Andreas [CL35] (CTRL+C to copy) --------------------------- GTA:SA had trouble adding an upgrade to a vehicle. (535) Do you want to see some on-line help about this problem ? --------------------------- Yes No --------------------------- Diag http://pastebin.mtasa.com/753685370 Edit: Replaced Non standard file EffectsPc.txd with original.
  4. The same problem occurred to me some days ago.
  5. That's cool. It would be more better if you rename those to something that explains what they are for. For example "Come fly with me" should be "Flying Cars"...This is more better. But as you wish, everyone is free to edit the resource and release as they wish, but please don't forget to put my credits. lol i don't want this resource at all, It's useless and very basic for me, If you want you can update your resource with my script. i just copied ideas from my old script and updated your resource.
  6. I remember i created something similar to this long back Anyway, I just did a tiny update to your resource added new cheats Come fly with me - make your car fly Seaways - let's you drive on water Waterninja - let's you walk on water KANGAROO - let's you jump like kangaroo Onspeed - make your game fast ( value 2) Demonspeed - makes your game faster (value 3) Extra bunny - let's you to jump higher with bmx Enable clouds - Disable clouds - you can get it from here https://github.com/Mrunpredictable/Mtac ... eats_c.lua If you want this repositorie to be deleted then just send me a pm.
  7. 51 is explosion id it will also effect, if 21 isn't working you can use 51 alternatively
  8. Change the weapon id to 51 and it will only do 25% damage you need to shoot raino 4 times to destroy.
  9. Kidding? It works fine for me and everyone else Post the code which you are using im not kidding and its server or client function damage(attacker, weapon, loss, x, y, z, tyre) if (weapon == 21 and getElementModel(source) == 432) then setElementHealth(source,getElementHealth(source) - 250) --outputDebugString("Test: weaponid: " .. tostring(weapon)) cancelEvent() end end addEventHandler("onClientVehicleDamage", root, damage) It's client
  10. Kidding? It works fine for me and everyone else Post the code which you are using
  11. viewtopic.php?f=91&t=87589&start=15#p791199 try this Just change the weapon id remember Id 35 will not work bec
  12. Hello guys i created this simple youtube resource with new cef functions video link updated with HD quality Hope you like it
  13. Why have you named it Official Map Making Tutorial?
  14. sorry there was a missing ")" in the script and it should work, i posted this same example long back and it worked for him. function damage(attacker, weapon, loss, x, y, z, tyre) if (weapon == 21 and getElementModel(source) == 432) then setElementHealth(source,getElementHealth(source) - 250) cancelEvent() end end addEventHandler("onClientVehicleDamage", root, damage) to find rthe actual id of the weapon try this outputDebugString("Test: weaponid: " .. tostring(weapon)) or alternatively you can use the id 51 (It's the explostion id) same issue viewtopic.php?f=91&t=86150&start=15#p780074
  15. If you want i can create space stuffs like space models, Space sky etc.
  16. function damage(attacker, weapon, loss, x, y, z, tyre) if (weapon == 21 and getElementModel(source) == 432 then setElementHealth(source,getElementHealth(source) - 250) cancelEvent() end end addEventHandler("onClientVehicleDamage", root, damage) try this Raino will take 25% heath when you fire with projectile id 21
  17. Excuse me? i only told you what functions you should use.
  18. You are not suppose to share it here, 0.3c objects belongs to sa-mp.
  19. Hey i created col files for all objects in Liberty city that from model 3890 - 3973. Because the gta sa liberty city collision were buggy. after replacing them i got a weird bug. Like when i create that object the collision works but the collision doesn't work with the world object. Sorry i cannot post pictures cOz i'm using forums from my phone.
  20. createMarker onMarkerHit
  21. He is using server side marker to trigger the gui Edit: sorry, Just noticed that he is using onmarkerhit client side.
  22. Sorry, I couldn't understand anything from what he have written above.
×
×
  • Create New...