Jump to content

IIYAMA

Moderators
  • Posts

    6,097
  • Joined

  • Last visited

  • Days Won

    218

Everything posted by IIYAMA

  1. well maybe it is able to add in to the .map file. But as far I know there aren't buttons for it. (in the editor)
  2. https://wiki.multitheftauto.com/wiki/AttachElements
  3. https://wiki.multitheftauto.com/wiki/GetPedBonePosition https://wiki.multitheftauto.com/wiki/AttachElements
  4. Maybe reïnstal gta or check if you have mods running(on that object).
  5. just write it as old school .lua. function remove( resourcename ) removeWorldModel(16094,118.60,135.17442,1941.87561,19.32008) end addEventHandler( "onResourceStart", resourceRoot, remove )
  6. I don't think so. He must register again and login. as far I known you can only change your password in admin pannel. If it is about account names for admin, you can change the alc. (also ingame) Admin pannel > resources > manage acl. Becarefull
  7. try this... function Killme ( player, commandName ) if ( player ) then killPlayer ( player ) end end addCommandHandler ( "kill", Killme ) I don't know if it works for race. (serverside)
  8. is this a better editor?
  9. IIYAMA

    Map Editor Bug

    It loads 30/40 % of this map. ---> client bug or 30/40% of all maps can be loaded? ---> object writing bug (editor) or 30/40% map names aren't visible in the editor. ---> Allerran (names) Well what is it?
  10. well I tryed it to and I had it almost fixed by changing the flags. But somehow the right hand of the ped is in the air. But the shooting will be good. 0x000002 - only needs arm to aim 0x000008 - can only use free aiming
  11. 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>
  12. 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
  13. You need to make a mod and replace one of the mta models.
  14. 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 ^^.
  15. You may can set these players to eagle team, when they are close to each other.
  16. Possible. One version for gaming(1.3) and one version for mapping (1.2)
  17. 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.
  18. 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.
  19. 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)
  20. "Host Game button" I prever to launch it from server folder. No debug errors in server window?
  21. IIYAMA

    Map Editor

    Is it the trash bin object? or do you have the problem with more objects?
  22. Can't you start your normal server and start the resource map editor?
  23. can't you better attach all objects to the boad? instead of attach them to each other?
  24. 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.
  25. yes I did, hit the doors with your feet and hands and when you do it right, the door can break out.
×
×
  • Create New...