Jump to content

IIYAMA

Moderators
  • Posts

    6,061
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by IIYAMA

  1. Perhapes: The new editor does have more function... like scale/alpha* etc. These codes can't be readed because they* don't exist.
  2. You could try: https://wiki.multitheftauto.com/wiki/SetElementPosition
  3. strange.... hmm Bevore this happend did you start using other editor? or something els. if as I described is not the problem, I can't help you. sorry
  4. Well you got more than enough space, only when you are going over the 1000000.... circa< you may have this problem. So the best thing you can do it go to your map folder and change manualy all the coordinations. sample: 120324345 128437345 124356678 to (remove just the first numbers that are eagle) 0324345 8437345 4356678 The only thing you can do, to save your map. (make back up!!) oh and don't save this map as it looks like this, you will only destroy the distance between the objects.
  5. and you aren't going to tell me where I can find this source?
  6. Are LOD objects visible in the editor?
  7. ah this is how it works. Thx Kenix I never thought about client render.
  8. These Lod model of objects, how can you even use these objects? (sorry I can't help you) They probably disappear, because the normal objects take their place. I use EMB mod, and loads all the gta objects faster. But when I get close they will be turned in to normal objects.
  9. How can I receive fps data of a player? I can't find any functions about the fps. Only " setFPSLimit".
  10. https://wiki.multitheftauto.com/wiki/OnVehicleStartEnter why don't u use the full version of the wiki page?
  11. No, that is not possible.
  12. cancelEvent () copVehicles = { [523]=true,[598]=true,[596]=true,[597]=true,[599]=true } copTeams = {["Police"]=true,["Military"]=true,["SWAT"]=true} function copenterVehicle ( player, seat, jacked ) if ( copVehicles[getElementModel ( source )] ) and ( not copTeams[getTeamName(getPlayerTeam( player ))] ) and ( seat == 0 ) then cancelEvent () outputChatBox ( "You cannot drive this car.", 255, 0, 0, player ) --and tell the player why end end addEventHandler ( "onVehicleEnter", getRootElement(), copenterVehicle )
  13. The question is: Which client does load the skin. use function like this for client and it will automatic for all players. function skinset() addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), skinset) --+++++ addCommandHandler ( "reloadskin", skinset)
  14. 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)
  15. https://wiki.multitheftauto.com/wiki/AttachElements
  16. https://wiki.multitheftauto.com/wiki/GetPedBonePosition https://wiki.multitheftauto.com/wiki/AttachElements
  17. Maybe reïnstal gta or check if you have mods running(on that object).
  18. 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 )
  19. 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
  20. 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)
  21. is this a better editor?
  22. 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?
  23. 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
  24. 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>
×
×
  • Create New...