Jump to content

IIYAMA

Moderators
  • Posts

    6,089
  • Joined

  • Last visited

  • Days Won

    216

Everything posted by IIYAMA

  1. copie everything: .xml-.map-scripts and past in side a new folder.
  2. change speed of planes does not really work.
  3. Perhapes: The new editor does have more function... like scale/alpha* etc. These codes can't be readed because they* don't exist.
  4. You could try: https://wiki.multitheftauto.com/wiki/SetElementPosition
  5. 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
  6. 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.
  7. and you aren't going to tell me where I can find this source?
  8. Are LOD objects visible in the editor?
  9. ah this is how it works. Thx Kenix I never thought about client render.
  10. 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.
  11. How can I receive fps data of a player? I can't find any functions about the fps. Only " setFPSLimit".
  12. https://wiki.multitheftauto.com/wiki/OnVehicleStartEnter why don't u use the full version of the wiki page?
  13. No, that is not possible.
  14. 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 )
  15. 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)
  16. 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)
  17. https://wiki.multitheftauto.com/wiki/AttachElements
  18. https://wiki.multitheftauto.com/wiki/GetPedBonePosition https://wiki.multitheftauto.com/wiki/AttachElements
  19. Maybe reïnstal gta or check if you have mods running(on that object).
  20. 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 )
  21. 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
  22. 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)
  23. is this a better editor?
×
×
  • Create New...