Jump to content

IIYAMA

Moderators
  • Posts

    6,062
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by IIYAMA

  1. IIYAMA

    Problem

    try this: <object id="object (1)" doublesided="false" model="341" interior="0" dimension="0" posX="-1688.5865478516" posY="1137.7377929688" posZ="130.71334838867" rotX="0" rotY="0" rotZ="0"></object> Change object id: <object id="Chainsaw" doublesided="false" model="341" interior="0" dimension="0" posX="-1688.333984375" posY="1138.8044433594" posZ="130.71334838867" rotX="0" rotY="0" rotZ="0"></object>
  2. Note: Weapon property only works for these weapons, see wikimta. https://wiki.multitheftauto.com/wiki/SetWeaponProperty grenade teargas molotov pistol silenced_pistol desert_eagle shotgun sawnoff_shotgun spas12_shotgun uzi mp5 ak47 m4 tec9 rifle sniper_rifle rocket_launcher rocket_launcher_hs flamethrower minigun satchel detonator spraycan extinguisher camera
  3. You need to make a mod and replace one of the mta models.
  4. Here you can find the right things to build it. https://wiki.multitheftauto.com/wiki/Resource:Voice Mind this one, for set your targets: https://wiki.multitheftauto.com/wiki/Set ... roadcastTo also https://wiki.multitheftauto.com/wiki/Set ... IgnoreFrom Use this one to check as second one: https://wiki.multitheftauto.com/wiki/OnPlayerVoiceStart also https://wiki.multitheftauto.com/wiki/OnPlayerVoiceStop First one is colshape in and out. This should be enough to make it, on wiki mta you can find everything ^^.
  5. You may can set these players to eagle team, when they are close to each other.
  6. Possible. One version for gaming(1.3) and one version for mapping (1.2)
  7. Why is writing in your console disabled? O_o By the way 'editor_dump' folder recreates itself, every time I click on 'map editor' or 'host game'. Yes, it will recreat itself because it is a required file. Without it the editor doesn't work. I recommend you to make a back up from your resource folder if you have important works in it. There are lots of things not correct and maybe it is handy to re-install your mta. When you download it, you must also sellect server. A clean start may help.
  8. Console = black server window Write in console "start play" If this works. Write in console "stop play" > "start editor" and now is the moment to check if the problem is with the server or with the client < your mta/gta.
  9. I see your registry.db is f*cked up. wiki: https://wiki.multitheftauto.com/wiki/Fixdb -- also visible in your console. Well what happend than afther you started the editor? (when your mta crashed)
  10. "Host Game button" I prever to launch it from server folder. No debug errors in server window?
  11. IIYAMA

    Map Editor

    Is it the trash bin object? or do you have the problem with more objects?
  12. Can't you start your normal server and start the resource map editor?
  13. can't you better attach all objects to the boad? instead of attach them to each other?
  14. You said something that is in our opinion not eagle. No need to start a useless discussion, about opinions. moderator pls close topic, he have his awnsers.
  15. yes I did, hit the doors with your feet and hands and when you do it right, the door can break out.
  16. Draken pls If you know what he is talking about, than help him. a vehicle is an element..... (theElement: The player or vehicle whose health you want to check. ) I know you are a much better scripter, but you are at the moment very unclear. Because I don't think he is talking about the vehicle health. He is talking about the damage that is visible. At doors etc.
  17. I just continue with Dark Link conclusion about "visual damage", else he just want to save the health of the vehicle. ... https://wiki.multitheftauto.com/wiki/GetElementHealth ...
  18. It is possible, but I am not sure if this script have to update these stats afther a player rejoins: Get https://wiki.multitheftauto.com/wiki/GetVehicleDoorState Set https://wiki.multitheftauto.com/wiki/SetVehicleDoorState (I don't know, if you can check the lights if they are damaged. Also it will happen to all the lights.) Get https://wiki.multitheftauto.com/wiki/Get ... LightState https://wiki.multitheftauto.com/wiki/Get ... rideLights Set https://wiki.multitheftauto.com/wiki/Set ... LightState https://wiki.multitheftauto.com/wiki/Set ... rideLights Maybe if you want this to: (I am also not sure about this one, if damage can sync this) https://wiki.multitheftauto.com/wiki/Get ... rOpenRatio https://wiki.multitheftauto.com/wiki/Set ... rOpenRatio
  19. You can't use that as handler, You have to trigger from the script, that set this element data or you can use a timer.
  20. The first thing I do is checking with the editor for any upgrades at the vehicle/spawnpoints If they are there, I remove from 1 vehicle the upgrades and replace them with the copies of this vehicle. If they aren't there. 1 Open .map 2 search for the words: vehicle 3 check if there are any upgrades added. Else You are not using the standard race resource.
  21. IIYAMA

    Train Lag

    he may can play a little with the offset, but I think that will be laggy.
  22. You have to remove the upgrades with the map editor or you can change it in the .map script. (it is also possible that an map does have a script that cause these upgrades, but I never checked that out) Why you think these upgrades are in race resource? The race resource is only reading it.
  23. Next time I wont help you. Because you are seriously lazy.
  24. function weaponfire(weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement) if not weapon <= 9 then --x,y,z = getElementPosition(getLocalPlayer()) x, y, z = getPedBonePosition ( getLocalPlayer(), 25 ) if not createProjectile(getLocalPlayer(),16,x,y,z,400) then end end end addEventHandler("onClientPlayerWeaponFire", root, weaponfire) Wiki MTA > https://wiki.multitheftauto.com easy to build.. I only don't know for sure if it works... 16 Grenade 17 Tear Gas Grenade 18 Molotov 19 Rocket (simple) 20 Rocket (heat seeking) 21 Air Bomb 39 Satchel Charge 58 Flare from hydra
  25. IIYAMA

    Hide map

    yes, but if he changed his mind or he is not the only admin on the server. You never know
×
×
  • Create New...